Package org.wildfly.security.sasl.util
Class CredentialSaslServerFactory
- java.lang.Object
-
- org.wildfly.security.sasl.util.AbstractDelegatingSaslServerFactory
-
- org.wildfly.security.sasl.util.CredentialSaslServerFactory
-
- All Implemented Interfaces:
SaslServerFactory
public final class CredentialSaslServerFactory extends AbstractDelegatingSaslServerFactory
ASaslServerFactory
which sets the server's credential.- Author:
- Farah Juma
-
-
Field Summary
Fields Modifier and Type Field Description private Credential
credential
-
Fields inherited from class org.wildfly.security.sasl.util.AbstractDelegatingSaslServerFactory
delegate
-
-
Constructor Summary
Constructors Constructor Description CredentialSaslServerFactory(SaslServerFactory delegate, Credential credential)
Construct a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SaslServer
createSaslServer(String mechanism, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh)
-
Methods inherited from class org.wildfly.security.sasl.util.AbstractDelegatingSaslServerFactory
delegatesThrough, delegatesThroughNN, getMechanismNames, toString
-
-
-
-
Field Detail
-
credential
private final Credential credential
-
-
Constructor Detail
-
CredentialSaslServerFactory
public CredentialSaslServerFactory(SaslServerFactory delegate, Credential credential)
Construct a new instance.- Parameters:
delegate
- the delegate SASL server factorycredential
- the server credential to use
-
-
Method Detail
-
createSaslServer
public SaslServer createSaslServer(String mechanism, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) throws SaslException
- Specified by:
createSaslServer
in interfaceSaslServerFactory
- Overrides:
createSaslServer
in classAbstractDelegatingSaslServerFactory
- Throws:
SaslException
-
-