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 the element, 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, undeploy
public SecurityDeployer(DeploymentManager deploymentManager, HierarchicalRepository<Set<Role>> securityRepository)
public String[] getElementTagName()
getElementTagName
in class XmlDeployer
public void validate(Node rootNode) throws Exception
XmlDeployer
validate
in class XmlDeployer
Exception
public String getKeyAttribute()
getKeyAttribute
in class XmlDeployer
public void deploy(Node node) throws Exception
deploy
in class XmlDeployer
node
- the element to deployException
public void undeploy(Node node) throws Exception
undeploy
in class XmlDeployer
node
- the element to undeployException
public String[] getDefaultConfigFileNames()
getDefaultConfigFileNames
in class XmlDeployer
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.