Package org.wildfly.security.auth.server
Class SaslAuthenticationFactory
java.lang.Object
org.wildfly.security.auth.server.AbstractMechanismAuthenticationFactory<SaslServer,SaslServerFactory,SaslException>
org.wildfly.security.auth.server.SaslAuthenticationFactory
- All Implemented Interfaces:
MechanismAuthenticationFactory<SaslServer,SaslServerFactory, SaslException>
@Deprecated
public final class SaslAuthenticationFactory
extends AbstractMechanismAuthenticationFactory<SaslServer,SaslServerFactory,SaslException>
Deprecated.
A SASL server factory configuration.
- Author:
- David M. Lloyd
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated.A builder for SASL server factory configurations. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.Obtain a newSaslAuthenticationFactory.Buildercapable of building aSaslAuthenticationFactory.protected SaslServerdoCreate(String name, CallbackHandler callbackHandler, UnaryOperator<SaslServerFactory> factoryTransformation) Deprecated.protected Collection<String>Deprecated.protected Collection<String>getSupportedCredentialAlgorithmNames(Class<? extends AlgorithmCredential> credentialType, String mechName) Deprecated.protected Collection<Class<? extends Credential>>getSupportedCredentialTypes(String mechName) Deprecated.protected Collection<String>getSupportedEvidenceAlgorithmNames(Class<? extends AlgorithmEvidence> evidenceType, String mechName) Deprecated.protected Collection<Class<? extends Evidence>>getSupportedEvidenceTypes(String mechName) Deprecated.protected booleanisKnownMechanism(String mechName) Deprecated.protected booleanusesCredentials(String mechName) Deprecated.Methods inherited from class org.wildfly.security.auth.server.AbstractMechanismAuthenticationFactory
createMechanism, getFactory, getMechanismConfigurationSelector, getMechanismNames, getSecurityDomainMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.security.auth.server.MechanismAuthenticationFactory
createMechanism
-
Method Details
-
doCreate
protected SaslServer doCreate(String name, CallbackHandler callbackHandler, UnaryOperator<SaslServerFactory> factoryTransformation) throws SaslException Deprecated.- Specified by:
doCreatein classAbstractMechanismAuthenticationFactory<SaslServer,SaslServerFactory, SaslException> - Throws:
SaslException
-
getAllSupportedMechNames
Deprecated.- Specified by:
getAllSupportedMechNamesin classAbstractMechanismAuthenticationFactory<SaslServer,SaslServerFactory, SaslException>
-
getSupportedEvidenceTypes
Deprecated.- Specified by:
getSupportedEvidenceTypesin classAbstractMechanismAuthenticationFactory<SaslServer,SaslServerFactory, SaslException>
-
getSupportedEvidenceAlgorithmNames
protected Collection<String> getSupportedEvidenceAlgorithmNames(Class<? extends AlgorithmEvidence> evidenceType, String mechName) Deprecated.- Specified by:
getSupportedEvidenceAlgorithmNamesin classAbstractMechanismAuthenticationFactory<SaslServer,SaslServerFactory, SaslException>
-
getSupportedCredentialTypes
Deprecated.- Specified by:
getSupportedCredentialTypesin classAbstractMechanismAuthenticationFactory<SaslServer,SaslServerFactory, SaslException>
-
getSupportedCredentialAlgorithmNames
protected Collection<String> getSupportedCredentialAlgorithmNames(Class<? extends AlgorithmCredential> credentialType, String mechName) Deprecated. -
usesCredentials
Deprecated.- Specified by:
usesCredentialsin classAbstractMechanismAuthenticationFactory<SaslServer,SaslServerFactory, SaslException>
-
isKnownMechanism
Deprecated.- Overrides:
isKnownMechanismin classAbstractMechanismAuthenticationFactory<SaslServer,SaslServerFactory, SaslException>
-
builder
Deprecated.Obtain a newSaslAuthenticationFactory.Buildercapable of building aSaslAuthenticationFactory.- Returns:
- a new
SaslAuthenticationFactory.Buildercapable of building aSaslAuthenticationFactory.
-
org.wildfly.security.auth.server.sasl.SaslAuthenticationFactoryinstead