Uses of Class
com.vmware.nsx_policy.model.LBJwtAuthAction.Builder
-
Packages that use LBJwtAuthAction.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of LBJwtAuthAction.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return LBJwtAuthAction.Builder Modifier and Type Method Description LBJwtAuthAction.Builder
LBJwtAuthAction.Builder. setKey(com.vmware.vapi.bindings.Structure key)
LBJwtAuthAction.Builder
LBJwtAuthAction.Builder. setPassJwtToPool(java.lang.Boolean passJwtToPool)
Specify whether to pass the JWT to backend server or remove it.LBJwtAuthAction.Builder
LBJwtAuthAction.Builder. setRealm(java.lang.String realm)
A description of the protected area.LBJwtAuthAction.Builder
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.
-