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 -
Method Summary
Modifier and TypeMethodDescriptionprotected 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>>Methods inherited from class org.jboss.as.ee.security.AbstractSecurityDeployer
deploy, deploy, undeploy
-
Constructor Details
-
EjbSecurityDeployer
public EjbSecurityDeployer()
-
-
Method Details
-
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>>
-