Package org.jboss.as.ejb3.deployment
Class EjbSecurityDeployer
- java.lang.Object
-
- org.jboss.as.ee.security.AbstractSecurityDeployer<org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig>>
-
- org.jboss.as.ejb3.deployment.EjbSecurityDeployer
-
public class EjbSecurityDeployer extends AbstractSecurityDeployer<org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig>>
Handles Jakarta Enterprise Beans jar deployments- Author:
- Marcus Moyses
-
-
Constructor Summary
Constructors Constructor Description EjbSecurityDeployer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JaccService<org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig>>createService(String contextId, org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig> metaData, Boolean standalone)protected org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig>>getMetaDataType()-
Methods inherited from class org.jboss.as.ee.security.AbstractSecurityDeployer
deploy, deploy, undeploy
-
-
-
-
Method Detail
-
getMetaDataType
protected org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig>> getMetaDataType()
- Specified by:
getMetaDataTypein classAbstractSecurityDeployer<org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig>>
-
createService
protected JaccService<org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig>> createService(String contextId, org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig> metaData, Boolean standalone)
- Specified by:
createServicein classAbstractSecurityDeployer<org.jboss.as.server.deployment.AttachmentList<EjbJaccConfig>>
-
-