|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployers.spi.deployer.helpers.AbstractDeployer
org.jboss.deployment.security.AbstractSecurityDeployer<T>
public abstract class AbstractSecurityDeployer<T extends org.jboss.metadata.javaee.support.IdMetaData>
Abstract Security Deployer Sets up the top level JaccPolicy service beans
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jboss.deployers.spi.Ordered |
---|
org.jboss.deployers.spi.Ordered.OrderedComparator |
Field Summary |
---|
Fields inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer |
---|
log |
Fields inherited from interface org.jboss.deployers.spi.Ordered |
---|
COMPARATOR |
Constructor Summary | |
---|---|
AbstractSecurityDeployer()
|
Method Summary | |
---|---|
void |
deploy(org.jboss.deployers.structure.spi.DeploymentUnit unit)
|
protected abstract String |
getJaccPolicyName()
Get the name of the JaccPolicy subclass (EjbJaccPolicy,WebJaccPolicy etc) |
protected abstract Class<T> |
getMetaDataClassType()
Return the type of metadata |
org.jboss.security.authorization.PolicyRegistration |
getPolicyRegistration()
|
protected abstract ServiceMetaData |
getServiceMetaData()
Get the top level service bean meta data |
void |
setPolicyRegistration(org.jboss.security.authorization.PolicyRegistration policyRegistration)
|
void |
undeploy(org.jboss.deployers.structure.spi.DeploymentUnit unit)
|
Methods inherited from class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer |
---|
addInput, addInput, addOutput, addOutput, getInput, getInputs, getOutput, getOutputs, getRelativeOrder, getStage, isAllInputs, isComponentsOnly, isParentFirst, isTopLevelOnly, isWantComponents, setAllInputs, setComponentsOnly, setInput, setInputs, setInputs, setInputs, setOutput, setOutputs, setOutputs, setOutputs, setParentFirst, setRelativeOrder, setStage, setTopLevelOnly, setWantComponents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractSecurityDeployer()
Method Detail |
---|
public org.jboss.security.authorization.PolicyRegistration getPolicyRegistration()
public void setPolicyRegistration(org.jboss.security.authorization.PolicyRegistration policyRegistration)
policyRegistration
- public void deploy(org.jboss.deployers.structure.spi.DeploymentUnit unit) throws org.jboss.deployers.spi.DeploymentException
org.jboss.deployers.spi.DeploymentException
public void undeploy(org.jboss.deployers.structure.spi.DeploymentUnit unit)
undeploy
in interface org.jboss.deployers.spi.deployer.Deployer
undeploy
in class org.jboss.deployers.spi.deployer.helpers.AbstractDeployer
protected abstract String getJaccPolicyName()
protected abstract Class<T> getMetaDataClassType()
protected abstract ServiceMetaData getServiceMetaData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |