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 .
|
AbstractSaslClient |
A base class for SASL client implementations.
|
AbstractSaslFactory |
Abstract SASL factory base class.
|
AbstractSaslParticipant |
A common base class for SASL participants.
|
AbstractSaslServer |
A base class for SASL client implementations.
|
AggregateSaslClientFactory |
|
AggregateSaslServerFactory |
|
AuthenticationCompleteCallbackSaslClientFactory |
|
AuthenticationCompleteCallbackSaslServerFactory |
|
AuthenticationContextSaslClient |
Deprecated.
|
AuthenticationContextSaslClientFactory |
Deprecated.
|
AuthenticationContextSaslServer |
Deprecated.
|
AuthenticationContextSaslServerFactory |
Deprecated.
|
AuthenticationTimeoutSaslServerFactory |
A SaslServerFactory which adds authentication timeout functionality to a delegate SaslServerFactory .
|
AuthenticationTimeoutSaslServerFactory.DelegatingTimeoutSaslServer |
|
AvailableRealmsSaslServerFactory |
|
ChannelBindingSaslClientFactory |
|
ChannelBindingSaslServerFactory |
|
ClientSaslWrapper |
A SaslWrapper which encapsulates a SaslClient .
|
CredentialSaslServerFactory |
|
DisposedCallbackSaslClientFactory |
|
DisposedCallbackSaslServerFactory |
|
FilterMechanismSaslClientFactory |
A SaslClientFactory which filters available mechanisms (either inclusively or exclusively) from a delegate
SaslClientFactory .
|
FilterMechanismSaslServerFactory |
A SaslServerFactory which filters available mechanisms (either inclusively or exclusively) from a delegate
SaslServerFactory .
|
KeyManagerCredentialSaslServerFactory |
|
LegacyRealmListSaslServerFactory |
|
LocalPrincipalSaslClientFactory |
A delegating SASL client factory whose instances can track and return the assumed principal used for authentication.
|
LocalPrincipalSaslClientFactory.ClientPrincipalQueryCallbackHandler |
|
MechanismProviderFilteringSaslClientFactory |
A SASL client factory which filters mechanisms based on the combination of mechanism name and security provider.
|
MechanismProviderFilteringSaslServerFactory |
A SASL server factory which filters mechanisms based on the combination of mechanism name and security provider.
|
PrivilegedSaslClient |
A SaslClient which evaluates challenges and wrap/unwrap requests in an privileged context.
|
PrivilegedSaslClientFactory |
A SaslClientFactory whose SaslClient instances evaluate challenges and wrap/unwrap requests in a
privileged context.
|
PrivilegedSaslServer |
A SaslServer which evaluates responses and wrap/unwrap requests in an privileged context.
|
PrivilegedSaslServerFactory |
A SaslServerFactory whose SaslServer instances evaluate challenges and wrap/unwrap requests in a
privileged context.
|
PropertiesSaslClientFactory |
A SaslClientFactory that allows properties to be added to a delegate SaslClientFactory .
|
PropertiesSaslServerFactory |
A SaslServerFactory allowing the user to add properties
|
ProtocolSaslClientFactory |
A SaslClientFactory which sets the protocol name to a fixed value, disregarding the passed in value.
|
ProtocolSaslServerFactory |
A SaslServerFactory which sets the protocol name to a fixed value, disregarding the passed in value.
|
SaslFactories |
A utility class for discovering SASL client and server factories.
|
SaslMechanismInformation |
A collection of predicates and other information which can be used to filter SASL mechanisms.
|
SaslMechanismInformation.Names |
|
SaslWrappers |
Utility methods for SASL wrappers.
|
SecurityIdentitySaslServerFactory |
A SASL server factory which makes the authenticated SecurityIdentity available to the caller.
|
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.
|
ServerNameSaslServerFactory |
A SaslServerFactory which sets the server name to a fixed value, disregarding the passed in value.
|
ServerSaslWrapper |
A SaslWrapper which encapsulates a SaslServer .
|
ServiceLoaderSaslClientFactory |
|
ServiceLoaderSaslServerFactory |
|
SetMechanismInformationSaslServerFactory |
|
SocketAddressCallbackSaslClientFactory |
|
SocketAddressCallbackSaslServerFactory |
|
SortedMechanismClientServerFactory |
|
SortedMechanismSaslServerFactory |
|
SSLQueryCallbackHandler |
A callback handler which delegates to another callback handler, passing the authentication's SSL/TLS information to that
callback handler on its first invocation.
|
SSLSaslClientFactory |
A SASL client factory which provides information about the security layer of the connection to the callback handler.
|
SSLSaslServerFactory |
A SASL server factory which provides information about the security layer of the connection to the callback handler.
|
StringPrep |
Preparation of Internationalized Strings ("stringprep") by RFC 3454
|
TLSServerEndPointChannelBindingSaslClientFactory |
A SASL client factory which implements the tls-server-end-point channel binding algorithm.
|
TLSServerEndPointChannelBindingSaslServerFactory |
A SASL server factory which implements the tls-server-end-point channel binding algorithm.
|
TrustManagerSaslServerFactory |
A SaslServerFactory which sets the trust manager that should be used for trust verification.
|
UsernamePasswordHashUtil |
Deprecated.
|