Class EJBApplicationSecurityDomainMapping
java.lang.Object
org.wildfly.test.security.common.elytron.EJBApplicationSecurityDomainMapping
- All Implemented Interfaces:
ConfigurableElement
- Author:
- Jan Martiska
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreate(org.jboss.as.test.integration.management.util.CLIWrapper cli) Creates this element in domain model and also creates other resources if needed (e.g. external files)getName()Returns name of this element.voidremove(org.jboss.as.test.integration.management.util.CLIWrapper cli) Reverts the changes introdued bycreate(...)method(s).Methods 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
-
Constructor Details
-
EJBApplicationSecurityDomainMapping
-
-
Method Details
-
getName
Description copied from interface:ConfigurableElementReturns name of this element.- Specified by:
getNamein interfaceConfigurableElement
-
create
Description copied from interface:ConfigurableElementCreates this element in domain model and also creates other resources if needed (e.g. external files)- Specified by:
createin interfaceConfigurableElement- Parameters:
cli- connectedCLIWrapperinstance- Throws:
Exception
-
remove
Description copied from interface:ConfigurableElementReverts the changes introdued bycreate(...)method(s).- Specified by:
removein interfaceConfigurableElement- Throws:
Exception
-