Package org.wildfly.test.undertow.common
Class UndertowApplicationSecurityDomain
java.lang.Object
org.wildfly.test.security.common.elytron.AbstractConfigurableElement
org.wildfly.test.undertow.common.UndertowApplicationSecurityDomain
- All Implemented Interfaces:
ConfigurableElement
A
ConfigurableElement to add an application-security-domain resource to the Undertow subsystem.- Author:
- Darran Lofthouse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder to build an application-security-domain resource in the Undertow subsystem -
Field Summary
Fields inherited from class org.wildfly.test.security.common.elytron.AbstractConfigurableElement
name -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create a new Builder instance.voidcreate(org.jboss.as.controller.client.ModelControllerClient client, org.jboss.as.test.integration.management.util.CLIWrapper cli) Creates this element in domain model and it also may create other resources if needed (e.g. external files).voidremove(org.jboss.as.controller.client.ModelControllerClient client, org.jboss.as.test.integration.management.util.CLIWrapper cli) Reverts the changes introdued bycreate(...)method(s).Methods inherited from class org.wildfly.test.security.common.elytron.AbstractConfigurableElement
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.test.security.common.elytron.ConfigurableElement
create, remove
-
Method Details
-
create
public void create(org.jboss.as.controller.client.ModelControllerClient client, org.jboss.as.test.integration.management.util.CLIWrapper cli) throws Exception Description copied from interface:ConfigurableElementCreates this element in domain model and it also may create other resources if needed (e.g. external files). Implementation can choose if controller client is used or provided CLI wrapper.- Throws:
Exception
-
remove
public void remove(org.jboss.as.controller.client.ModelControllerClient client, org.jboss.as.test.integration.management.util.CLIWrapper cli) throws Exception Description copied from interface:ConfigurableElementReverts the changes introdued bycreate(...)method(s).- Throws:
Exception
-
builder
Create a new Builder instance.- Returns:
- a new Builder instance.
-