| Interface | Description |
|---|---|
| AFCallbackHandler |
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. |
| 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 of
Authentication and
SecurityManager. |
| GlobalAuthMethod |
This interfaces somewhat extends
AuthMethod 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 | Description |
|---|---|
| AuthenticationException |
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. |
| PasswordPolicyException |
A
PasswordPolicyException is thrown when setting or changing a
password and the new password doesn't comply to certain restrictions (like
minimum length). |