Class AbstractDataSourceServerSetupTask
java.lang.Object
org.jboss.as.test.shared.SnapshotRestoreSetupTask
org.jboss.as.test.integration.security.common.AbstractDataSourceServerSetupTask
- All Implemented Interfaces:
org.jboss.as.arquillian.api.ServerSetupTask
ServerSetupTask instance for datasources setup.- Author:
- Josef Cacek
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidAdds a security domain represented by this class to the AS configuration.protected org.jboss.as.test.integration.security.common.config.DataSource[]getDataSourceConfigurations(org.jboss.as.arquillian.container.ManagementClient managementClient, String containerId) Methods inherited from class org.jboss.as.test.shared.SnapshotRestoreSetupTask
nonManagementCleanUp, setup, tearDownMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.arquillian.api.ServerSetupTask
executeOperation, executeOperation, executeOperation, executeOperation
-
Constructor Details
-
AbstractDataSourceServerSetupTask
public AbstractDataSourceServerSetupTask()
-
-
Method Details
-
doSetup
public final void doSetup(org.jboss.as.arquillian.container.ManagementClient managementClient, String containerId) throws Exception Adds a security domain represented by this class to the AS configuration.- Overrides:
doSetupin classSnapshotRestoreSetupTask- Parameters:
managementClient-containerId-- Throws:
Exception- See Also:
-
ServerSetupTask.setup(ManagementClient, String)
-
getDataSourceConfigurations
protected org.jboss.as.test.integration.security.common.config.DataSource[] getDataSourceConfigurations(org.jboss.as.arquillian.container.ManagementClient managementClient, String containerId)
-