Package org.jboss.as.ejb3.security
Class EjbJaccConfigurator
java.lang.Object
org.jboss.as.ejb3.security.EjbJaccConfigurator
- All Implemented Interfaces:
ComponentConfigurator
Component configurator the calculates JACC roles
- Author:
- Stuart Douglas, Stefan Guilhen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(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)
-
Constructor Details
-
EjbJaccConfigurator
public EjbJaccConfigurator()
-
-
Method Details
-
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)
-