public class SecurityDeployer extends XmlDeployer
NAME_ATTR| Constructor and Description |
|---|
SecurityDeployer(DeploymentManager deploymentManager,
HierarchicalRepository<Set<Role>> securityRepository) |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(Node node)
deploy an element
|
String[] |
getDefaultConfigFileNames()
The name of the configuration file name to look for for deployment
|
String[] |
getElementTagName()
the names of the elements to deploy
|
String |
getKeyAttribute()
the key attribute for theelement, usually 'name' but can be overridden
|
void |
undeploy(Node node)
undeploys an element
|
void |
validate(Node rootNode)
Validate the DOM
|
addToConfiguration, deploy, getConfigFileNames, getRootElement, isStarted, redeploy, setConfigFileNames, start, stop, undeploypublic SecurityDeployer(DeploymentManager deploymentManager, HierarchicalRepository<Set<Role>> securityRepository)
public String[] getElementTagName()
getElementTagName in class XmlDeployerpublic void validate(Node rootNode) throws Exception
XmlDeployervalidate in class XmlDeployerExceptionpublic String getKeyAttribute()
getKeyAttribute in class XmlDeployerpublic void deploy(Node node) throws Exception
deploy in class XmlDeployernode - the element to deployException - .public void undeploy(Node node) throws Exception
undeploy in class XmlDeployernode - the element to undeployException - .public String[] getDefaultConfigFileNames()
getDefaultConfigFileNames in class XmlDeployerCopyright © 2012 JBoss by Red Hat. All Rights Reserved.