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, undeploypublic BasicUserCredentialsDeployer(DeploymentManager deploymentManager, HornetQSecurityManager hornetQSecurityManager)
public String[] getElementTagName()
XmlDeployergetElementTagName in class XmlDeployerpublic void validate(Node rootNode) throws Exception
XmlDeployervalidate in class XmlDeployerExceptionpublic void deploy(Node node) throws Exception
XmlDeployerdeploy in class XmlDeployernode - the element to deployException - .public void undeploy(Node node) throws Exception
XmlDeployerundeploy in class XmlDeployernode - the element to undeployException - .public String[] getDefaultConfigFileNames()
getDefaultConfigFileNames in class XmlDeployerCopyright © 2012 JBoss by Red Hat. All Rights Reserved.