Interface | Description |
---|---|
AuthenticationConfiguration |
Configuration of the authentication properties.
|
AuthenticationFailureManager |
Manager of the authentication failures strategies.
|
AuthenticationFailureStrategy |
Describes a strategy to perform in case the limit of authentication failures is reached.
|
ResetPasswordManager |
Component dedicated to handle the reset password operation.
|
ResetPasswordRequestResponse |
Dedicated response interface for the first reset password request.
|
Class | Description |
---|---|
AuthenticationFailureEvent |
This event is triggered every time an authentication failure occurs.
|
AuthenticationFailureLimitReachedEvent |
This event occurs when a login authentication failure reach the level defined in the configuration (e.g.
|
AuthenticationResourceReference |
A dedicated
ResourceReference to perform authentication related actions. |
UserAuthenticatedEvent |
This event is triggered every time a user is authenticated.
|
Enum | Description |
---|---|
AuthenticationAction |
Possible actions for
AuthenticationResourceReference . |
Exception | Description |
---|---|
ResetPasswordException |
This class aims at holding any exception that might occur during a reset password process.
|
Copyright © 2004–2021 XWiki. All rights reserved.