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.BuilderLBJwtAuthAction.Builder. setKey(com.vmware.vapi.bindings.Structure key)LBJwtAuthAction.BuilderLBJwtAuthAction.Builder. setPassJwtToPool(java.lang.Boolean passJwtToPool)Specify whether to pass the JWT to backend server or remove it.LBJwtAuthAction.BuilderLBJwtAuthAction.Builder. setRealm(java.lang.String realm)A description of the protected area.LBJwtAuthAction.BuilderLBJwtAuthAction.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.
-