Package org.jboss.resteasy.setup
Class AbstractUsersRolesSecurityDomainSetup
java.lang.Object
org.jboss.as.arquillian.setup.ReloadServerSetupTask
org.jboss.resteasy.setup.AbstractUsersRolesSecurityDomainSetup
- All Implemented Interfaces:
org.jboss.as.arquillian.api.ServerSetupTask
public abstract class AbstractUsersRolesSecurityDomainSetup
extends org.jboss.as.arquillian.setup.ReloadServerSetupTask
implements org.jboss.as.arquillian.api.ServerSetupTask
This abstract class implements steps needed to create Elytron security domain.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractUsersRolesSecurityDomainSetup
(URL userFile, URL rolesFile) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
doTearDown
(org.jboss.as.arquillian.container.ManagementClient client, String s) A map of the security domain configuration.Methods inherited from class org.jboss.as.arquillian.setup.ReloadServerSetupTask
setup, tearDown
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.as.arquillian.api.ServerSetupTask
executeOperation, executeOperation, executeOperation, executeOperation, setup, tearDown
-
Constructor Details
-
AbstractUsersRolesSecurityDomainSetup
-
-
Method Details
-
doSetup
public void doSetup(org.jboss.as.arquillian.container.ManagementClient client, String s) throws Exception - Overrides:
doSetup
in classorg.jboss.as.arquillian.setup.ReloadServerSetupTask
- Throws:
Exception
-
doTearDown
public void doTearDown(org.jboss.as.arquillian.container.ManagementClient client, String s) throws Exception - Overrides:
doTearDown
in classorg.jboss.as.arquillian.setup.ReloadServerSetupTask
- Throws:
Exception
-
getSecurityDomainConfig
A map of the security domain configuration. The key is the security domain name and the value is the realm name.Override this method to configure more than one security domain.
- Returns:
- the security domain configuration
-