org.wildfly.extras.creaper.commands.undertow
Class AddApplicationSecurityDomain.Builder

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.undertow.AddApplicationSecurityDomain.Builder
Enclosing class:
AddApplicationSecurityDomain

public static final class AddApplicationSecurityDomain.Builder
extends Object


Constructor Summary
AddApplicationSecurityDomain.Builder(String name)
           
 
Method Summary
 AddApplicationSecurityDomain build()
           
 AddApplicationSecurityDomain.Builder httpAuthenticationFactory(String httpAuthenticationFactory)
          Reference to the HttpAuthenticationFactory that should be used.
 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.
 AddApplicationSecurityDomain.Builder replaceExisting()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddApplicationSecurityDomain.Builder

public AddApplicationSecurityDomain.Builder(String name)
Method Detail

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.