Uses of Class
org.wildfly.security.sasl.util.AbstractDelegatingSaslClientFactory
-
Packages that use AbstractDelegatingSaslClientFactory Package Description org.wildfly.security.sasl.auth.util org.wildfly.security.sasl.util -
-
Uses of AbstractDelegatingSaslClientFactory in org.wildfly.security.sasl.auth.util
Subclasses of AbstractDelegatingSaslClientFactory in org.wildfly.security.sasl.auth.util Modifier and Type Class Description class
AuthenticationContextSaslClientFactory
A delegatingSaslClientFactory
which establishes a specificAuthenticationContext
for the duration of the authentication process.Methods in org.wildfly.security.sasl.auth.util with parameters of type AbstractDelegatingSaslClientFactory Modifier and Type Method Description boolean
AuthenticationContextSaslClientFactory. equals(AbstractDelegatingSaslClientFactory other)
-
Uses of AbstractDelegatingSaslClientFactory in org.wildfly.security.sasl.util
Subclasses of AbstractDelegatingSaslClientFactory in org.wildfly.security.sasl.util Modifier and Type Class Description class
AuthenticationCompleteCallbackSaslClientFactory
ASaslClientFactory
which addsAuthenticationCompleteCallback
functionality to a delegateSaslClientFactory
.class
AuthenticationContextSaslClientFactory
Deprecated.UseAuthenticationContextSaslClientFactory
instead.class
ChannelBindingSaslClientFactory
ASaslClientFactory
which establishes channel binding parameters.class
DisposedCallbackSaslClientFactory
ASaslClientFactory
which detectsSaslClient
disposal and calls the callback handler with aSecurityLayerDisposedCallback
instance.class
FilterMechanismSaslClientFactory
ASaslClientFactory
which filters available mechanisms (either inclusively or exclusively) from a delegateSaslClientFactory
.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
ASaslClientFactory
whoseSaslClient
instances evaluate challenges and wrap/unwrap requests in a privileged context.class
PropertiesSaslClientFactory
ASaslClientFactory
that allows properties to be added to a delegateSaslClientFactory
.class
ProtocolSaslClientFactory
ASaslClientFactory
which sets the protocol name to a fixed value, disregarding the passed in value.class
ServerNameSaslClientFactory
ASaslClientFactory
which sets the server name to a fixed value, disregarding the passed in value.class
SocketAddressCallbackSaslClientFactory
class
SortedMechanismClientServerFactory
A delegatingSaslClientFactory
which will sort the mechanism names using either a suppliedComparator
<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 thetls-server-end-point
channel binding algorithm.Methods in org.wildfly.security.sasl.util with parameters of type AbstractDelegatingSaslClientFactory Modifier and Type Method Description boolean
AbstractDelegatingSaslClientFactory. equals(AbstractDelegatingSaslClientFactory other)
boolean
AuthenticationCompleteCallbackSaslClientFactory. equals(AbstractDelegatingSaslClientFactory other)
boolean
AuthenticationContextSaslClientFactory. equals(AbstractDelegatingSaslClientFactory other)
Deprecated.boolean
ChannelBindingSaslClientFactory. equals(AbstractDelegatingSaslClientFactory other)
boolean
DisposedCallbackSaslClientFactory. equals(AbstractDelegatingSaslClientFactory other)
boolean
FilterMechanismSaslClientFactory. equals(AbstractDelegatingSaslClientFactory other)
boolean
MechanismProviderFilteringSaslClientFactory. equals(AbstractDelegatingSaslClientFactory other)
boolean
PrivilegedSaslClientFactory. equals(AbstractDelegatingSaslClientFactory other)
boolean
PropertiesSaslClientFactory. equals(AbstractDelegatingSaslClientFactory other)
boolean
ProtocolSaslClientFactory. equals(AbstractDelegatingSaslClientFactory other)
boolean
ServerNameSaslClientFactory. equals(AbstractDelegatingSaslClientFactory other)
boolean
SocketAddressCallbackSaslClientFactory. equals(AbstractDelegatingSaslClientFactory other)
boolean
SortedMechanismClientServerFactory. equals(AbstractDelegatingSaslClientFactory other)
boolean
SSLSaslClientFactory. equals(AbstractDelegatingSaslClientFactory other)
boolean
TLSServerEndPointChannelBindingSaslClientFactory. equals(AbstractDelegatingSaslClientFactory other)
-