Uses of Class
com.jalios.jcms.authentication.handlers.DelegationAuthenticationHandler.DelegationAuthState
-
Packages that use DelegationAuthenticationHandler.DelegationAuthState Package Description com.jalios.jcms.authentication.handlers -
-
Uses of DelegationAuthenticationHandler.DelegationAuthState in com.jalios.jcms.authentication.handlers
Methods in com.jalios.jcms.authentication.handlers that return DelegationAuthenticationHandler.DelegationAuthState Modifier and Type Method Description static DelegationAuthenticationHandler.DelegationAuthState
DelegationAuthenticationHandler.DelegationAuthState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DelegationAuthenticationHandler.DelegationAuthState[]
DelegationAuthenticationHandler.DelegationAuthState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-