Class | Description |
---|---|
ApiLogoutFilter |
The ApiLogoutFilter handles the logout of users of the REST-API.
|
AuthenticationFailureRethrowHandler |
This handler pushes the limit of the spring framework.
|
AuthenticationSuccessFailureFilter |
This filter centralizes the logic that otherwise would need to be done by other filters.
|
AuthenticationSuccessRequestSaverHandler |
A
AuthenticationSuccessHandler that just stores an attribute in the request
AuthenticationSuccessRequestSaverHandler.REQUEST_ATTR_SUCCESS_AUTHENTICATION that can be reused later. |
CommunoteAccessDeniedHandler |
Handler for the AccessDeniedException which forwards the request to a configurable error page or
sends a 403.
|
CommunoteAuthenticationFailureHandler |
Redirects the request depending of the occurred authentication failure.
|
CommunoteAuthenticationProcessingFilterEntryPoint | |
CommunoteAuthenticationSuccessHandler | |
CommunoteBasicAuthenticationEntryPoint |
Authentication Entry Point for the Basic Authentication.
|
CommunoteBasicAuthenticationFilter |
Extension to the Basic Authentication Filter which allows disabling the check for the
authentication header with the help of an request parameter.
|
CommunoteLogoutFilter |
Handles logout and takes care of clientId in target URL
|
CommunoteRememberMeProcessingFilter | |
CommunoteTokenAuthenticationProcessingFilter |
Authentication processing filter for the Communote token authentication method.
|
HideInstallerAfterInstallationFilter |
Secures the application by hiding the installer component as soon as the installation completed
successfully.
|
RequestParameterAuthenticationProcessingFilter |
Filter to authenticate the user based on request parameter.
|
UsernamePasswordFormAuthenticationProcessingFilter |
Overrides the success method on
AuthenticationProcessingFilter to do some additional
action. |
UserStatusFilter |
Tests whether the status of a user allows a log in.
|
XMPPAuthenticationProcessingFilter |
This filter authenticates an XMPP user.
|
Copyright © 2019 Communote team. All rights reserved.