Package | Description |
---|---|
org.jboss.as.security.deployment | |
org.jboss.as.security.service |
Modifier and Type | Method and Description |
---|---|
protected JaccService<org.jboss.metadata.ear.spec.EarMetaData> |
EarSecurityDeployer.createService(String contextId,
org.jboss.metadata.ear.spec.EarMetaData metaData,
Boolean standalone)
Creates the appropriate service for metaData T
|
protected abstract JaccService<T> |
AbstractSecurityDeployer.createService(String contextId,
T metaData,
Boolean standalone)
Creates the appropriate service for metaData T
|
JaccService<T> |
AbstractSecurityDeployer.deploy(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) |
JaccService<T> |
AbstractSecurityDeployer.deploy(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
String jaccContextId) |
Modifier and Type | Class and Description |
---|---|
class |
EarJaccService
A service that creates JACC permissions for an ear deployment
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.