Uses of Class
org.craftercms.security.exception.rememberme.RememberMeException
Packages that use RememberMeException
Package
Description
-
Uses of RememberMeException in org.craftercms.security.authentication
Methods in org.craftercms.security.authentication that throw RememberMeExceptionModifier and TypeMethodDescriptionRememberMeManager.autoLogin(org.craftercms.commons.http.RequestContext context) Attempts auto login if a remember me cookie is present in the current requestvoidRememberMeManager.disableRememberMe(org.craftercms.commons.http.RequestContext context) Disabled remember me for the current authenticated profile, generally by removing remember me cookie.voidRememberMeManager.enableRememberMe(Authentication authentication, org.craftercms.commons.http.RequestContext context) Enables remember me for the current authenticated profile, generally by adding a remember me cookie. -
Uses of RememberMeException in org.craftercms.security.authentication.impl
Methods in org.craftercms.security.authentication.impl that throw RememberMeExceptionModifier and TypeMethodDescriptionRememberMeManagerImpl.autoLogin(org.craftercms.commons.http.RequestContext context) protected PersistentLoginRememberMeManagerImpl.deserializeLogin(String serializedLogin) protected voidRememberMeManagerImpl.disableRememberMe(String loginId, org.craftercms.commons.http.RequestContext context) voidRememberMeManagerImpl.disableRememberMe(org.craftercms.commons.http.RequestContext context) voidRememberMeManagerImpl.enableRememberMe(Authentication authentication, org.craftercms.commons.http.RequestContext context) protected StringRememberMeManagerImpl.serializeLogin(PersistentLogin login) protected voidRememberMeManagerImpl.updateRememberMe(String loginId, org.craftercms.commons.http.RequestContext context) -
Uses of RememberMeException in org.craftercms.security.exception.rememberme
Subclasses of RememberMeException in org.craftercms.security.exception.remembermeModifier and TypeClassDescriptionclassThrown when a remember me cookie has been possibly stolen and is being used.classThrown when a remember me cookie provided has an invalid format.