Package | Description |
---|---|
org.wildfly.security.sasl.util |
Class and Description |
---|
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
A
SaslClientFactory which adds AuthenticationCompleteCallback functionality to a delegate
SaslClientFactory . |
AuthenticationContextSaslClientFactory
A delegating
SaslClientFactory which establishes a specific AuthenticationContext for the duration
of the authentication process. |
ChannelBindingSaslClientFactory
A
SaslClientFactory which establishes channel binding parameters. |
DisposedCallbackSaslClientFactory
A
SaslClientFactory which detects SaslClient disposal and calls the callback handler with a
SecurityLayerDisposedCallback instance. |
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
A delegating
SaslClientFactory which will sort the mechanism names using either a supplied Comparator <String >
or a supplied ordering of mechanism names. |
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. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.