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