Package de.aristaflow.adept2.base.security
-
Interface Summary Interface Description AFCallbackHandler This interface is similar toCallbackHandler
but it allows for remote callback handling by the annotation to prevent transferring theCallbackHandler
but call it remotely.Authentication This interface provides methods for authenticating agents based on appropriate credentials.AuthMethod This interfaces declares and describes various authentication methods that may be supported by implementations ofAuthentication
andSecurityManager
.GlobalAuthMethod This interfaces somewhat extendsAuthMethod
but these authentication methods here are supported by the global security manager.GlobalSecurityManager The global security manager extends the normal security manager by methods accepting additional communication contexts that allow for communication-related information that can be used for authentication.SecurityManager Interface for providing session factories for system components. -
Exception Summary Exception Description AuthenticationException AnAuthenticationException
is thrown when authenticating and the provided Agent user name and/or password are incorrect or the authentication fails due to an exception thrown by the used authentication framework.PasswordPolicyException APasswordPolicyException
is thrown when setting or changing a password and the new password doesn't comply to certain restrictions (like minimum length).