Package | Description |
---|---|
org.jboss.as.ejb3.deployment | |
org.jboss.as.ejb3.security | |
org.jboss.as.security.deployment | |
org.jboss.as.security.service | |
org.wildfly.extension.undertow.security.jacc |
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 an 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) |
JaccService<T> |
AbstractSecurityDeployer.deploy(DeploymentUnit deploymentUnit,
String jaccContextId) |
Modifier and Type | Class and Description |
---|---|
class |
EarJaccService
A service that creates JACC permissions for an ear deployment
|
Modifier and Type | Class and Description |
---|---|
class |
WarJACCService
A service that creates JACC permissions for a web deployment
|
Modifier and Type | Method and Description |
---|---|
protected JaccService<WarMetaData> |
WarJACCDeployer.createService(String contextId,
WarMetaData metaData,
Boolean standalone)
Creates the appropriate service for metaData T
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.