Package | Description |
---|---|
org.craftercms.security.authentication.impl | |
org.craftercms.security.processors.impl |
Modifier and Type | Class and Description |
---|---|
class |
LoginSuccessHandlerImpl
Default implementation of
LoginSuccessHandler :
Deletes any authentication exception saved in the session.
Adds the ticket ID and profile last modified cookies to response.
Uses the Spring RequestCache to obtain the previous request before login and redirect to it.
|
class |
RestLoginSuccessHandler
Implementation of
LoginSuccessHandler for REST based applications,
which returns the Authentication object as the response body. |
Modifier and Type | Field and Description |
---|---|
protected LoginSuccessHandler |
LoginProcessor.loginSuccessHandler |
Modifier and Type | Method and Description |
---|---|
void |
LoginProcessor.setLoginSuccessHandler(LoginSuccessHandler loginSuccessHandler) |
Copyright © 2023 CrafterCMS. All rights reserved.