class |
AbstractCredentialCallback |
Abstract base class for credential callbacks.
|
class |
AnonymousAuthorizationCallback |
A callback to authorize anonymous authentication.
|
class |
AuthenticationCompleteCallback |
An optional callback indicating the success or failure of the authentication operation.
|
class |
AvailableRealmsCallback |
A callback used to query a server participant for the names of realms that it is prepared to offer.
|
class |
CachedIdentityAuthorizeCallback |
A callback that is capable of perform authorization based on the identities managed by an IdentityCache .
|
class |
ChannelBindingCallback |
A callback used to establish the channel binding for a security mechanism which supports it.
|
class |
CredentialCallback |
A callback used to acquire credentials.
|
class |
CredentialUpdateCallback |
A callback to inform the callback handler of a credential change.
|
class |
EvidenceDecodePrincipalCallback |
A server-side Callback to pass the decoded evidence principal from the callback handler
to the authentication mechanism.
|
class |
EvidenceVerifyCallback |
A Callback for use where credential verification is required.
|
class |
ExclusiveNameCallback |
A variation on NameCallback which allows exclusive access to the backing identity to be requested.
|
class |
ExtendedChoiceCallback |
A variation on ChoiceCallback which supports the extended callback interface.
|
class |
IdentityCredentialCallback |
A callback to inform a server authentication mechanism of a credential which may be cached on the authentication
identity (if any).
|
class |
MechanismInformationCallback |
|
class |
OptionalNameCallback |
A NameCallback which is optional, for mechanisms that can accept a name from the server.
|
class |
ParameterCallback |
A callback used to acquire parameter specifications, either for outbound or inbound authentication.
|
class |
PasswordResetCallback |
A callback used when a password reset is required.
|
class |
PeerPrincipalCallback |
An optional callback to inform the callback handler of the peer's principal identity.
|
class |
PrincipalAuthorizeCallback |
An authorization callback similar to javase AuthorizeCallback
but using a generic principal.
|
class |
SecurityIdentityCallback |
A server-side callback used to pass a realm identity from the callback handler to the authentication mechanism.
|
class |
SecurityLayerDisposedCallback |
A callback which indicates that the corresponding security layer (SASL client, SASL server, etc.) has been disposed
and any related resources may be relinquished.
|
class |
ServerCredentialCallback |
A callback used to acquire the server (or "host") credential.
|
class |
SocketAddressCallback |
An optional callback which is used to inform the callback handler of the endpoint addresses of a connection being
authenticated.
|
class |
SSLCallback |
A callback which provides information to the callback handler about the established SSLSession.
|
class |
TrustedAuthoritiesCallback |
An optional callback used to retrieve information about trusted certificate authorities
for authenticating peers.
|