Package org.jboss.as.ejb3.security
Class EjbJaccConfigurator
- java.lang.Object
-
- org.jboss.as.ejb3.security.EjbJaccConfigurator
-
- All Implemented Interfaces:
ComponentConfigurator
public class EjbJaccConfigurator extends Object implements ComponentConfigurator
Component configurator the calculates JACC roles- Author:
- Stuart Douglas, Stefan Guilhen
-
-
Constructor Summary
Constructors Constructor Description EjbJaccConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentDescription description, ComponentConfiguration configuration)protected booleancreatePermissions(EjbJaccConfig ejbJaccConfig, EJBComponentDescription description, EJBViewConfiguration ejbViewConfiguration, Method viewMethod, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, ApplicableMethodInformation<EJBMethodSecurityAttribute> permissions)
-
-
-
Method Detail
-
configure
public void configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentDescription description, ComponentConfiguration configuration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException- Specified by:
configurein interfaceComponentConfigurator- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-
createPermissions
protected boolean createPermissions(EjbJaccConfig ejbJaccConfig, EJBComponentDescription description, EJBViewConfiguration ejbViewConfiguration, Method viewMethod, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, ApplicableMethodInformation<EJBMethodSecurityAttribute> permissions)
-
-