Package org.jboss.as.ejb3.security
Class EJBSecurityViewConfigurator
- java.lang.Object
-
- org.jboss.as.ejb3.security.EJBSecurityViewConfigurator
-
- All Implemented Interfaces:
ViewConfigurator
public class EJBSecurityViewConfigurator extends Object implements ViewConfigurator
ViewConfiguratorresponsible for setting up necessary security interceptors on an EJB view. NOTE: References in this file to Enterprise JavaBeans (EJB) refer to the Jakarta Enterprise Beans unless otherwise noted. User: Jaikiran Pai
-
-
Constructor Summary
Constructors Constructor Description EJBSecurityViewConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription viewDescription, ViewConfiguration viewConfiguration)
-
-
-
Method Detail
-
configure
public void configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription viewDescription, ViewConfiguration viewConfiguration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException- Specified by:
configurein interfaceViewConfigurator- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-
-