Class SimpleSaslAuthenticationFactory.Builder
java.lang.Object
org.wildfly.test.security.common.elytron.AbstractConfigurableElement.Builder<SimpleSaslAuthenticationFactory.Builder>
org.wildfly.test.security.common.elytron.SimpleSaslAuthenticationFactory.Builder
- Enclosing class:
- SimpleSaslAuthenticationFactory
public static final class SimpleSaslAuthenticationFactory.Builder
extends AbstractConfigurableElement.Builder<SimpleSaslAuthenticationFactory.Builder>
Builder to build
SimpleSaslAuthenticationFactory.-
Method Summary
Modifier and TypeMethodDescriptionaddMechanismConfiguration(MechanismConfiguration mechanismConfiguration) build()protected SimpleSaslAuthenticationFactory.Builderself()withSaslServerFactory(String saslServerFactory) withSecurityDomain(String securityDomain) Methods inherited from class org.wildfly.test.security.common.elytron.AbstractConfigurableElement.Builder
withName
-
Method Details
-
addMechanismConfiguration
public SimpleSaslAuthenticationFactory.Builder addMechanismConfiguration(MechanismConfiguration mechanismConfiguration) -
withSaslServerFactory
-
withSecurityDomain
-
build
-
self
- Specified by:
selfin classAbstractConfigurableElement.Builder<SimpleSaslAuthenticationFactory.Builder>
-