public class HttpAuthenticationFactoryAddOperation extends Object
| Constructor and Description |
|---|
HttpAuthenticationFactoryAddOperation(org.jboss.as.controller.PathAddress subsystemPathAddress,
String httpAuthenticationFactory) |
| Modifier and Type | Method and Description |
|---|---|
HttpAuthenticationFactoryAddOperation |
addMechanismConfiguration(MechanismConfiguration mechanismConfiguration) |
HttpAuthenticationFactoryAddOperation |
httpServerMechanismFactory(String httpServerMechanismFactory) |
HttpAuthenticationFactoryAddOperation |
securityDomain(String securityDomain) |
org.jboss.dmr.ModelNode |
toModelNode() |
public HttpAuthenticationFactoryAddOperation(org.jboss.as.controller.PathAddress subsystemPathAddress,
String httpAuthenticationFactory)
public HttpAuthenticationFactoryAddOperation securityDomain(String securityDomain)
public HttpAuthenticationFactoryAddOperation httpServerMechanismFactory(String httpServerMechanismFactory)
public HttpAuthenticationFactoryAddOperation addMechanismConfiguration(MechanismConfiguration mechanismConfiguration)
public org.jboss.dmr.ModelNode toModelNode()
Copyright © 2018 JBoss by Red Hat. All rights reserved.