Package de.aristaflow.adept2.base.security
package de.aristaflow.adept2.base.security
-
ClassDescriptionThis interface is similar to
CallbackHandlerbut it allows for remote callback handling by the annotation to prevent transferring theCallbackHandlerbut call it remotely.This interface provides methods for authenticating agents based on appropriate credentials.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.This interfaces declares and describes various authentication methods that may be supported by implementations ofAuthenticationandSecurityManager.This interfaces somewhat extendsAuthMethodbut 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.APasswordPolicyExceptionis 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.