Package | Description |
---|---|
org.jboss.as.ejb3.deployment | |
org.jboss.as.ejb3.security | |
org.jboss.as.security.deployment | |
org.jboss.as.security.service |
Modifier and Type | Method and Description |
---|---|
protected JaccService<AttachmentList<EjbJaccConfig>> |
EjbSecurityDeployer.createService(String contextId,
AttachmentList<EjbJaccConfig> metaData,
Boolean standalone)
Creates the appropriate service for metaData T
|
Modifier and Type | Class and Description |
---|---|
class |
EjbJaccService
A service that creates JACC permissions for a ejb deployment
|
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(DeploymentUnit deploymentUnit) |
Modifier and Type | Class and Description |
---|---|
class |
EarJaccService
A service that creates JACC permissions for a ear deployment
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.