public interface Deployer extends SPIView
| Modifier and Type | Method and Description |
|---|---|
void |
addHttpsConnector(Map<String,String> options)
Adds a test https connector
|
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 |
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 removeSecurityDomain(String name) throws Exception
name - Exceptionvoid addHttpsConnector(Map<String,String> options) throws Exception
options - ExceptionCopyright © 2013 JBoss, by Red Hat. All Rights Reserved.