org.wildfly.extras.creaper.commands.undertow
Class AddApplicationSecurityDomain.Builder
java.lang.Object
org.wildfly.extras.creaper.commands.undertow.AddApplicationSecurityDomain.Builder
- Enclosing class:
- AddApplicationSecurityDomain
public static final class AddApplicationSecurityDomain.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddApplicationSecurityDomain.Builder
public AddApplicationSecurityDomain.Builder(String name)
httpAuthenticationFactory
public AddApplicationSecurityDomain.Builder httpAuthenticationFactory(String httpAuthenticationFactory)
- Reference to the HttpAuthenticationFactory that should be used.
overrideDeploymentConfig
public AddApplicationSecurityDomain.Builder overrideDeploymentConfig(boolean overrideDeploymentConfig)
- The references HttpServerAuthenticationMechanismFactory contains it's own policy configuration
to control the authentication mechanisms it supports, if this attribute is set to 'true'
that policy will override the methods specified within the deployment.
replaceExisting
public AddApplicationSecurityDomain.Builder replaceExisting()
build
public AddApplicationSecurityDomain build()
Copyright © 2020. All rights reserved.