Package | Description |
---|---|
org.wildfly.security.sasl.util |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationCompleteCallbackSaslClientFactory
A
SaslClientFactory which adds AuthenticationCompleteCallback functionality to a delegate
SaslClientFactory . |
class |
AuthenticationContextSaslClientFactory
A delegating
SaslClientFactory which establishes a specific AuthenticationContext for the duration
of the authentication process. |
class |
ChannelBindingSaslClientFactory
A
SaslClientFactory which establishes channel binding parameters. |
class |
DisposedCallbackSaslClientFactory
A
SaslClientFactory which detects SaslClient disposal and calls the callback handler with a
SecurityLayerDisposedCallback instance. |
class |
FilterMechanismSaslClientFactory
A
SaslClientFactory which filters available mechanisms (either inclusively or exclusively) from a delegate
SaslClientFactory . |
class |
LocalPrincipalSaslClientFactory
A delegating SASL client factory whose instances can track and return the assumed principal used for authentication.
|
class |
MechanismProviderFilteringSaslClientFactory
A SASL client factory which filters mechanisms based on the combination of mechanism name and security provider.
|
class |
PrivilegedSaslClientFactory
A
SaslClientFactory whose SaslClient instances evaluate challenges and wrap/unwrap requests in a
privileged context. |
class |
PropertiesSaslClientFactory |
class |
ProtocolSaslClientFactory
A
SaslClientFactory which sets the protocol name to a fixed value, disregarding the passed in value. |
class |
ServerNameSaslClientFactory
A
SaslClientFactory which sets the server name to a fixed value, disregarding the passed in value. |
class |
SocketAddressCallbackSaslClientFactory
|
class |
SortedMechanismClientServerFactory
A delegating
SaslClientFactory which will sort the mechanism names using either a supplied Comparator <String >
or a supplied ordering of mechanism names. |
class |
SSLSaslClientFactory
A SASL client factory which provides information about the security layer of the connection to the callback handler.
|
class |
TLSServerEndPointChannelBindingSaslClientFactory
A SASL client factory which implements the
tls-server-end-point channel binding algorithm. |
Modifier and Type | Method and Description |
---|---|
boolean |
DisposedCallbackSaslClientFactory.equals(AbstractDelegatingSaslClientFactory other) |
boolean |
AuthenticationContextSaslClientFactory.equals(AbstractDelegatingSaslClientFactory other) |
boolean |
PrivilegedSaslClientFactory.equals(AbstractDelegatingSaslClientFactory other) |
boolean |
ProtocolSaslClientFactory.equals(AbstractDelegatingSaslClientFactory other) |
boolean |
TLSServerEndPointChannelBindingSaslClientFactory.equals(AbstractDelegatingSaslClientFactory other) |
boolean |
AbstractDelegatingSaslClientFactory.equals(AbstractDelegatingSaslClientFactory other) |
boolean |
SortedMechanismClientServerFactory.equals(AbstractDelegatingSaslClientFactory other) |
boolean |
MechanismProviderFilteringSaslClientFactory.equals(AbstractDelegatingSaslClientFactory other) |
boolean |
SSLSaslClientFactory.equals(AbstractDelegatingSaslClientFactory other) |
boolean |
AuthenticationCompleteCallbackSaslClientFactory.equals(AbstractDelegatingSaslClientFactory other) |
boolean |
FilterMechanismSaslClientFactory.equals(AbstractDelegatingSaslClientFactory other) |
boolean |
ServerNameSaslClientFactory.equals(AbstractDelegatingSaslClientFactory other) |
boolean |
ChannelBindingSaslClientFactory.equals(AbstractDelegatingSaslClientFactory other) |
boolean |
PropertiesSaslClientFactory.equals(AbstractDelegatingSaslClientFactory other) |
boolean |
SocketAddressCallbackSaslClientFactory.equals(AbstractDelegatingSaslClientFactory other) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.