Package | Description |
---|---|
org.craftercms.security.authentication.impl | |
org.craftercms.security.processors.impl |
Modifier and Type | Class and Description |
---|---|
class |
LoginFailureHandlerImpl
Default implementation of
LoginFailureHandler , which redirects the
response to a target URL or 401 is sent if there's no target URL. |
class |
RestLoginFailureHandler
Implementation of
LoginFailureHandler for REST based applications,
which returns a 401 UNAUTHORIZED status with a the authentication exception message. |
Modifier and Type | Field and Description |
---|---|
protected LoginFailureHandler |
LoginProcessor.loginFailureHandler |
Modifier and Type | Method and Description |
---|---|
void |
LoginProcessor.setLoginFailureHandler(LoginFailureHandler loginFailureHandler) |
Copyright © 2023 CrafterCMS. All rights reserved.