public static final class AddApplicationSecurityDomain.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
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() |
public Builder(String name)
public AddApplicationSecurityDomain.Builder httpAuthenticationFactory(String httpAuthenticationFactory)
public AddApplicationSecurityDomain.Builder overrideDeploymentConfig(boolean overrideDeploymentConfig)
public AddApplicationSecurityDomain.Builder replaceExisting()
public AddApplicationSecurityDomain build()
Copyright © 2024. All rights reserved.