Package org.wildfly.security.sasl.util
package org.wildfly.security.sasl.util
-
ClassDescriptionAn abstract base for
SaslClientinstances which delegate to anotherSaslClient.An abstract base forSaslClientFactoryinstances which delegate to anotherSaslClientFactory.An abstract base forSaslServerinstances which delegate to anotherSaslServer.An abstract base forSaslServerFactoryinstances which delegate to anotherSaslServerFactory.A base class for SASL client implementations.Abstract SASL factory base class.A common base class for SASL participants.A base class for SASL client implementations.ASaslClientFactorywhich aggregates otherSaslClientFactoryinstances into one.ASaslServerFactorywhich aggregates otherSaslServerFactoryinstances into one.ASaslClientFactorywhich addsAuthenticationCompleteCallbackfunctionality to a delegateSaslClientFactory.ASaslServerFactorywhich addsAuthenticationCompleteCallbackfunctionality to a delegateSaslServerFactory.ASaslServerFactorywhich adds authentication timeout functionality to a delegateSaslServerFactory.ASaslServerFactorywhich sets the server's available realms using the legacyWildFlySasl.REALM_LISTproperty, if specified.ASaslClientFactorywhich establishes channel binding parameters.ASaslServerFactorywhich establishes channel binding parameters.ASaslWrapperwhich encapsulates aSaslClient.ASaslServerFactorywhich sets the server's credential.ASaslClientFactorywhich detectsSaslClientdisposal and calls the callback handler with aSecurityLayerDisposedCallbackinstance.ASaslServerFactorywhich detectsSaslServerdisposal and calls the callback handler with aSecurityLayerDisposedCallbackinstance.ASaslClientFactorywhich filters available mechanisms (either inclusively or exclusively) from a delegateSaslClientFactory.ASaslServerFactorywhich filters available mechanisms (either inclusively or exclusively) from a delegateSaslServerFactory.ASaslServerFactorywhich sets the server's credential using the given key manager.ASaslServerFactorywhich uses theAvailableRealmsCallbackto populate the legacyWildFlySasl.REALM_LISTproperty, if needed by a mechanism.A delegating SASL client factory whose instances can track and return the assumed principal used for authentication.A SASL client factory which filters mechanisms based on the combination of mechanism name and security provider.A SASL server factory which filters mechanisms based on the combination of mechanism name and security provider.ASaslClientwhich evaluates challenges and wrap/unwrap requests in an privileged context.ASaslClientFactorywhoseSaslClientinstances evaluate challenges and wrap/unwrap requests in a privileged context.ASaslServerwhich evaluates responses and wrap/unwrap requests in an privileged context.ASaslServerFactorywhoseSaslServerinstances evaluate challenges and wrap/unwrap requests in a privileged context.ASaslClientFactorythat allows properties to be added to a delegateSaslClientFactory.A SaslServerFactory allowing the user to add propertiesASaslClientFactorywhich sets the protocol name to a fixed value, disregarding the passed in value.ASaslServerFactorywhich sets the protocol name to a fixed value, disregarding the passed in value.A utility class for discovering SASL client and server factories.A collection of predicates and other information which can be used to filter SASL mechanisms.The class providing Sasl Mechanism Names.Utility methods for SASL wrappers.A SASL server factory which makes the authenticatedSecurityIdentityavailable to the caller.ASaslClientFactorywhich uses the currently installed security providers to acquire a delegateSaslClientFactory.ASaslServerFactorywhich uses the currently installed security providers to acquire a delegateSaslServerFactory.ASaslClientFactorywhich sets the server name to a fixed value, disregarding the passed in value.ASaslServerFactorywhich sets the server name to a fixed value, disregarding the passed in value.ASaslWrapperwhich encapsulates aSaslServer.ASaslClientFactorywhich uses aServiceLoaderto find implementations.ASaslServerFactorywhich uses aServiceLoaderto find implementations.ASaslServerFactoryimplementation that will always ensure mechanism information is passed to theCallbackHandlerbefore the first authentication callbacks.A delegatingSaslClientFactorywhich will sort the mechanism names using either a suppliedComparator<String> or a supplied ordering of mechanism names.A delegatingSaslServerFactorywhich will sort the mechanism names using either a suppliedComparator<String> or a supplied ordering of mechanism names.A callback handler which delegates to another callback handler, passing the authentication's SSL/TLS information to that callback handler on its first invocation.A SASL client factory which provides information about the security layer of the connection to the callback handler.A SASL server factory which provides information about the security layer of the connection to the callback handler.Preparation of Internationalized Strings ("stringprep") by RFC 3454A SASL client factory which implements thetls-server-end-pointchannel binding algorithm.A SASL server factory which implements thetls-server-end-pointchannel binding algorithm.ASaslServerFactorywhich sets the trust manager that should be used for trust verification.Deprecated.
org.wildfly.security.password.PasswordFactoryinstead.