public abstract class AbstractSecurityDeployer<T> extends Object
Constructor and Description |
---|
AbstractSecurityDeployer() |
Modifier and Type | Method and Description |
---|---|
protected abstract JaccService<T> |
createService(String contextId,
T metaData,
Boolean standalone)
Creates the appropriate service for metaData T
|
JaccService<T> |
deploy(DeploymentUnit deploymentUnit) |
protected abstract AttachmentKey<T> |
getMetaDataType()
Return the type of metadata
|
void |
undeploy(DeploymentUnit deploymentUnit) |
public JaccService<T> deploy(DeploymentUnit deploymentUnit)
public void undeploy(DeploymentUnit deploymentUnit)
protected abstract JaccService<T> createService(String contextId, T metaData, Boolean standalone)
contextId
- metaData
- standalone
- protected abstract AttachmentKey<T> getMetaDataType()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.