Package de.aristaflow.adept2.base.security


package de.aristaflow.adept2.base.security
  • Class
    Description
    This interface is similar to CallbackHandler but it allows for remote callback handling by the annotation to prevent transferring the CallbackHandler but call it remotely.
    This interface provides methods for authenticating agents based on appropriate credentials.
    An AuthenticationException 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.
    This interfaces declares and describes various authentication methods that may be supported by implementations of Authentication and SecurityManager.
    This interfaces somewhat extends AuthMethod but these authentication methods here are supported by the global security manager.
    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.
    A PasswordPolicyException is thrown when setting or changing a password and the new password doesn't comply to certain restrictions (like minimum length).
    Interface for providing session factories for system components.