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