Package | Description |
---|---|
org.craftercms.security.authentication | |
org.craftercms.security.authentication.impl | |
org.craftercms.security.exception.rememberme |
Modifier and Type | Method and Description |
---|---|
Authentication |
RememberMeManager.autoLogin(org.craftercms.commons.http.RequestContext context)
Attempts auto login if a remember me cookie is present in the current request
|
void |
RememberMeManager.disableRememberMe(org.craftercms.commons.http.RequestContext context)
Disabled remember me for the current authenticated profile, generally by removing remember me cookie.
|
void |
RememberMeManager.enableRememberMe(Authentication authentication,
org.craftercms.commons.http.RequestContext context)
Enables remember me for the current authenticated profile, generally by adding a remember me cookie.
|
Modifier and Type | Method and Description |
---|---|
Authentication |
RememberMeManagerImpl.autoLogin(org.craftercms.commons.http.RequestContext context) |
protected PersistentLogin |
RememberMeManagerImpl.deserializeLogin(String serializedLogin) |
void |
RememberMeManagerImpl.disableRememberMe(org.craftercms.commons.http.RequestContext context) |
protected void |
RememberMeManagerImpl.disableRememberMe(String loginId,
org.craftercms.commons.http.RequestContext context) |
void |
RememberMeManagerImpl.enableRememberMe(Authentication authentication,
org.craftercms.commons.http.RequestContext context) |
protected String |
RememberMeManagerImpl.serializeLogin(PersistentLogin login) |
protected void |
RememberMeManagerImpl.updateRememberMe(String loginId,
org.craftercms.commons.http.RequestContext context) |
Modifier and Type | Class and Description |
---|---|
class |
CookieTheftException
Thrown when a remember me cookie has been possibly stolen and is being used.
|
class |
InvalidCookieException
Thrown when a remember me cookie provided has an invalid format.
|
Copyright © 2023 CrafterCMS. All rights reserved.