AbstractDelegatingSaslClient |
An abstract base for SaslClient instances which delegate to another SaslClient .
|
AbstractDelegatingSaslClientFactory |
An abstract base for SaslClientFactory instances which delegate to another SaslClientFactory .
|
AbstractDelegatingSaslServer |
An abstract base for SaslServer instances which delegate to another SaslServer .
|
AbstractDelegatingSaslServerFactory |
An abstract base for SaslServerFactory instances which delegate to another SaslServerFactory .
|
AbstractSaslParticipant |
A common base class for SASL participants.
|
AuthenticationCompleteCallbackSaslClientFactory |
|
AuthenticationContextSaslClientFactory |
Deprecated.
|
ChannelBindingSaslClientFactory |
|
DisposedCallbackSaslClientFactory |
|
FilterMechanismSaslClientFactory |
A SaslClientFactory which filters available mechanisms (either inclusively or exclusively) from a delegate
SaslClientFactory .
|
MechanismProviderFilteringSaslClientFactory |
A SASL client factory which filters mechanisms based on the combination of mechanism name and security provider.
|
PrivilegedSaslClientFactory |
A SaslClientFactory whose SaslClient instances evaluate challenges and wrap/unwrap requests in a
privileged context.
|
PropertiesSaslClientFactory |
|
ProtocolSaslClientFactory |
A SaslClientFactory which sets the protocol name to a fixed value, disregarding the passed in value.
|
SaslWrapper |
|
SecurityProviderSaslClientFactory |
A SaslClientFactory which uses the currently installed security providers to acquire a delegate
SaslClientFactory .
|
SecurityProviderSaslServerFactory |
A SaslServerFactory which uses the currently installed security providers to acquire a delegate
SaslServerFactory .
|
ServerNameSaslClientFactory |
A SaslClientFactory which sets the server name to a fixed value, disregarding the passed in value.
|
SocketAddressCallbackSaslClientFactory |
|
SortedMechanismClientServerFactory |
|
SSLSaslClientFactory |
A SASL client factory which provides information about the security layer of the connection to the callback handler.
|
TLSServerEndPointChannelBindingSaslClientFactory |
A SASL client factory which implements the tls-server-end-point channel binding algorithm.
|