Package | Description |
---|---|
org.wildfly.security.sasl.util |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationCompleteCallbackSaslServerFactory
A
SaslServerFactory which adds AuthenticationCompleteCallback functionality to a delegate
SaslServerFactory . |
class |
AuthenticationContextSaslServerFactory
A delegating
SaslServerFactory which establishes a specific AuthenticationContext for the duration
of the authentication process. |
class |
AuthenticationTimeoutSaslServerFactory
A
SaslServerFactory which adds authentication timeout functionality to a delegate SaslServerFactory . |
class |
AvailableRealmsSaslServerFactory
A
SaslServerFactory which sets the server's available realms using the legacy WildFlySasl.REALM_LIST
property, if specified. |
class |
ChannelBindingSaslServerFactory
A
SaslServerFactory which establishes channel binding parameters. |
class |
CredentialSaslServerFactory
A
SaslServerFactory which sets the server's credential. |
class |
DisposedCallbackSaslServerFactory
A
SaslServerFactory which detects SaslServer disposal and calls the callback handler with a
SecurityLayerDisposedCallback instance. |
class |
FilterMechanismSaslServerFactory
A
SaslServerFactory which filters available mechanisms (either inclusively or exclusively) from a delegate
SaslServerFactory . |
class |
KeyManagerCredentialSaslServerFactory
A
SaslServerFactory which sets the server's credential using the given key manager. |
class |
LegacyRealmListSaslServerFactory
A
SaslServerFactory which uses the AvailableRealmsCallback to populate the legacy
WildFlySasl.REALM_LIST property, if needed by a mechanism. |
class |
MechanismProviderFilteringSaslServerFactory
A SASL server factory which filters mechanisms based on the combination of mechanism name and security provider.
|
class |
PrivilegedSaslServerFactory
A
SaslServerFactory whose SaslServer instances evaluate challenges and wrap/unwrap requests in a
privileged context. |
class |
PropertiesSaslServerFactory
A SaslServerFactory allowing the user to add properties
|
class |
ProtocolSaslServerFactory
A
SaslServerFactory which sets the protocol name to a fixed value, disregarding the passed in value. |
class |
SecurityIdentitySaslServerFactory
A SASL server factory which makes the authenticated
SecurityIdentity available to the caller. |
class |
ServerNameSaslServerFactory
A
SaslServerFactory which sets the server name to a fixed value, disregarding the passed in value. |
class |
SetMechanismInformationSaslServerFactory
A
SaslServerFactory implementation that will always ensure mechanism information is passed to the CallbackHandler before the first authentication callbacks. |
class |
SocketAddressCallbackSaslServerFactory
|
class |
SortedMechanismSaslServerFactory
A delegating
SaslServerFactory which will sort the mechanism names using either a supplied Comparator <String >
or a supplied ordering of mechanism names. |
class |
SSLSaslServerFactory
A SASL server factory which provides information about the security layer of the connection to the callback handler.
|
class |
TLSServerEndPointChannelBindingSaslServerFactory
A SASL server factory which implements the
tls-server-end-point channel binding algorithm. |
class |
TrustManagerSaslServerFactory
A
SaslServerFactory which sets the trust manager that should be used for trust verification. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.