| Interface | Description |
|---|---|
| AuthenticationState |
Base interface for the state used by various authentication methods.
|
| UsernameAuthentication |
Base interface for authentication methods that provide or make use of
a plain text username to identify a user, such as the
PLAIN or
LOGIN authentication mechanisms. |
| Class | Description |
|---|---|
| LoginAuthenticationState |
Details from the
AuthCommand.AuthMechanism.LOGIN authorization mechanism, when
that mechanism was used for authentication. |
| PlainAuthenticationState |
Details from the
AuthCommand.AuthMechanism.PLAIN authorization mechanism, when
that mechanism was used for authentication. |
Copyright © 2006–2022 Icegreen Technologies. All rights reserved.