Authenticator.See: Description
| Interface | Description |
|---|---|
| Authenticator |
Interface for an Authenticator to handle authentication of clients to a system.
|
| AuthenticatorSupplier |
Used to supply instances of
Authenticator. |
| CredentialsSupplier |
Supplier of credentials for authentication with a system.
|
| SessionProxy |
Representation for a session which is going through the authentication process.
|
| Class | Description |
|---|---|
| DefaultAuthenticatorSupplier |
Default Authenticator that authenticates all connection requests immediately.
|
| NullCredentialsSupplier |
Null provider of credentials when no authentication is required.
|
| Exception | Description |
|---|---|
| AuthenticationException |
Used to indicated a failed authentication attempt when connecting to a system.
|
Authenticator.Copyright © 2014-2018 Real Logic Ltd. All Rights Reserved.