public static final class LBJwtAuthAction.Builder
extends java.lang.Object
LBJwtAuthAction
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
LBJwtAuthAction . |
Modifier and Type | Method and Description |
---|---|
LBJwtAuthAction |
build() |
LBJwtAuthAction.Builder |
setKey(com.vmware.vapi.bindings.Structure key) |
LBJwtAuthAction.Builder |
setPassJwtToPool(java.lang.Boolean passJwtToPool)
Specify whether to pass the JWT to backend server or remove it.
|
LBJwtAuthAction.Builder |
setRealm(java.lang.String realm)
A description of the protected area.
|
LBJwtAuthAction.Builder |
setTokens(java.util.List<java.lang.String> tokens)
JWT is an open standard that defines a compact and self-contained way for
securely transmitting information between parties as a JSON object.
|
public Builder()
LBJwtAuthAction
.public LBJwtAuthAction.Builder setKey(com.vmware.vapi.bindings.Structure key)
public LBJwtAuthAction.Builder setPassJwtToPool(java.lang.Boolean passJwtToPool)
passJwtToPool
- New value for the property.public LBJwtAuthAction.Builder setRealm(java.lang.String realm)
realm
- New value for the property.public LBJwtAuthAction.Builder setTokens(java.util.List<java.lang.String> tokens)
tokens
- New value for the property.public LBJwtAuthAction build()