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) |
JaccService<T> |
deploy(DeploymentUnit deploymentUnit,
String jaccContextId) |
protected abstract AttachmentKey<T> |
getMetaDataType()
Return the type of metadata
|
void |
undeploy(DeploymentUnit deploymentUnit) |
public JaccService<T> deploy(DeploymentUnit deploymentUnit)
public JaccService<T> deploy(DeploymentUnit deploymentUnit, String jaccContextId)
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 © 2014 JBoss by Red Hat. All rights reserved.