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