public class BasicUserCredentialsDeployer extends XmlDeployer
NAME_ATTR
Constructor and Description |
---|
BasicUserCredentialsDeployer(DeploymentManager deploymentManager,
HornetQSecurityManager hornetQSecurityManager) |
Modifier and Type | Method and Description |
---|---|
void |
deploy(Node node)
deploy an element
|
String[] |
getDefaultConfigFileNames() |
String[] |
getElementTagName()
the names of the elements to deploy
|
void |
undeploy(Node node)
undeploys an element
|
void |
validate(Node rootNode)
Validate the DOM
|
addToConfiguration, deploy, getConfigFileNames, getKeyAttribute, getRootElement, isStarted, redeploy, setConfigFileNames, start, stop, undeploy
public BasicUserCredentialsDeployer(DeploymentManager deploymentManager, HornetQSecurityManager hornetQSecurityManager)
public String[] getElementTagName()
XmlDeployer
getElementTagName
in class XmlDeployer
public void validate(Node rootNode) throws Exception
XmlDeployer
validate
in class XmlDeployer
Exception
public void deploy(Node node) throws Exception
XmlDeployer
deploy
in class XmlDeployer
node
- the element to deployException
- .public void undeploy(Node node) throws Exception
XmlDeployer
undeploy
in class XmlDeployer
node
- the element to undeployException
- .public String[] getDefaultConfigFileNames()
getDefaultConfigFileNames
in class XmlDeployer
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.