Package org.xwiki.security.authentication
-
Interface Summary 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 Summary 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 dedicatedResourceReference
to perform authentication related actions.UserAuthenticatedEvent This event is triggered every time a user is authenticated. -
Enum Summary Enum Description AuthenticationAction Possible actions forAuthenticationResourceReference
. -
Exception Summary Exception Description ResetPasswordException This class aims at holding any exception that might occur during a reset password process.