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
|
Modifier and Type | Method and Description |
---|---|
protected JaccService<WarMetaData> |
WarSecurityDeployer.createService(String contextId,
WarMetaData metaData,
Boolean standalone)
Creates the appropriate service for metaData T
|
Modifier and Type | Class and Description |
---|---|
class |
WarJaccService
A service that creates JACC permissions for a web deployment
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.