public interface Deployer extends SPIView
Modifier and Type | Method and Description |
---|---|
void |
addSecurityDomain(String name,
Map<String,String> authenticationOptions)
Adds a new security domain
|
void |
deploy(URL archive)
Deploys specified archive remotely.
|
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
- Exception
Copyright © 2012. All Rights Reserved.