public interface Deployer
| Modifier and Type | Method and Description |
|---|---|
void |
addHttpsConnector(Map<String,String> options)
Adds a test https connector
|
void |
addJaspiSecurityDomain(String name,
String loginModuleStackName,
Map<String,String> loginModuleOptions,
String authModuleName,
Map<String,String> authModuleOptions) |
void |
addSecurityDomain(String name,
Map<String,String> authenticationOptions)
Adds a new security domain
|
void |
deploy(URL archive)
Deploys specified archive remotely.
|
void |
removeHttpsConnector()
Remove the test https connector
|
void |
removeSecurityDomain(String name)
Removes a security domain
|
void |
restart()
Restart the server
|
String |
setSystemProperty(String propName,
String propValue)
Set a system property value on server
|
void |
undeploy(URL archive)
Undeploys specified archive remotely.
|
void deploy(URL archive) throws Exception
archive - to deployException - if some problem occursvoid undeploy(URL archive) throws Exception
archive - to undeployException - if some problem occursvoid addSecurityDomain(String name, Map<String,String> authenticationOptions) throws Exception
name - authenticationOptions - Exceptionvoid addJaspiSecurityDomain(String name, String loginModuleStackName, Map<String,String> loginModuleOptions, String authModuleName, Map<String,String> authModuleOptions) throws Exception
Exceptionvoid removeSecurityDomain(String name) throws Exception
name - Exceptionvoid addHttpsConnector(Map<String,String> options) throws Exception
options - Exceptionvoid removeHttpsConnector()
throws Exception
ExceptionString setSystemProperty(String propName, String propValue) throws Exception
propName - The name of the property.propValue - The value of the property; a 'null' value is to be speficied for unsetting the system property.ExceptionCopyright © 2014 JBoss, by Red Hat. All Rights Reserved.