| Interface | Description |
|---|---|
| AuthenticationManagement |
Service methods for user authentication.
|
| CommunoteAuthenticationFilter |
Interface to define filters, which could be provided by plugins.
|
| CommunoteAuthenticationProvider |
Interface for orderable authentication providers, which could be implemented by plugins.
|
| UserIdentification |
The user identification provides information on identifying a particular user.
|
| Class | Description |
|---|---|
| AbstractCommunoteAuthenticationFilter |
Abstract implementation of
CommunoteAuthenticationFilter with order 0 and concrete
methods for getting the AuthenticationManager. |
| AuthenticationFilterManagement | |
| AuthenticationHelper |
Provides functionality to login a user not using the web frontend e.g.
|
| AuthenticationManagementBase |
Spring Service base class for
com.communote.server.core.api.security.AuthenticationManagement, provides access to
all services and entities referenced by this service. |
| AuthenticationManagementImpl | |
| AuthenticationProviderManagement |
Management for handling with
CommunoteAuthenticationProvider. |
| AuthenticationTokenManagement |
This is a service class for managimg authentication tokens.
|
| FieldUserIdentification |
A UserIdentification that is map holding some attributes.
|
| InternalSystemUserDetails |
Represents an internal system user.
|
| PublicUserDetails |
Represents a not logged in public user.
|
| SecurityHelper |
This helper class checks the current user in the acegi system and returns the details
UserDetails. |
| SwitchUserHelper |
This helper contains methods to switch a user context.
|
| UserDetails |
Value object with user details which is compatible to the spring security framework.
|
| Exception | Description |
|---|---|
| AccountNotActivatedException |
Thrown to indicate that the user account is not in state ACTIVE.
|
| AccountPermanentlyDisabledException |
Thrown to indicate that the account is permanently disabled.
|
| AccountPermanentlyLockedException | |
| AccountTemporarilyDisabledException |
Thrown to indicate that the account is temporarily disabled.
|
| AccountTemporarilyLockedException | |
| AttributeMappingException | |
| AuthenticationManagementException |
The default exception thrown for unexpected errors occurring within
AuthenticationManagement. |
| SwitchUserNotAllowedException |
Exception indicating that the current use had no right to change to another user
|
| TermsNotAcceptedException |
Thrown to indicate that the user has not yet accepted the terms of use or the privacy policy.
|
| TermsOfUseNotAcceptedException |
Exception to be thrown if a user was authenticated successfully but has not yet accepted the
Terms Of Use.
|
| UnknownHostAuthenticationServiceException |
This exception is thrown, when it is not possible to connect to the foreign host.
|
Copyright © 2019 Communote team. All rights reserved.