Package de.aristaflow.adept2.base.security
-
Interface Summary Interface Description AFCallbackHandler This interface is similar toCallbackHandlerbut it allows for remote callback handling by the annotation to prevent transferring theCallbackHandlerbut 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 ofAuthenticationandSecurityManager.GlobalAuthMethod This interfaces somewhat extendsAuthMethodbut 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 AnAuthenticationExceptionis 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 APasswordPolicyExceptionis thrown when setting or changing a password and the new password doesn't comply to certain restrictions (like minimum length).