public class EjbJaccConfigurator extends Object implements ComponentConfigurator
Constructor and Description |
---|
EjbJaccConfigurator() |
Modifier and Type | Method and Description |
---|---|
void |
configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentDescription description,
ComponentConfiguration configuration)
Apply this configurator to the given component configuration.
|
protected boolean |
createPermissions(EjbJaccConfig ejbJaccConfig,
EJBComponentDescription description,
EJBViewConfiguration ejbViewConfiguration,
Method viewMethod,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index,
ApplicableMethodInformation<EJBMethodSecurityAttribute> permissions) |
protected org.jboss.metadata.ejb.spec.MethodInterfaceType |
getMethodInterfaceType(MethodIntf viewType) |
public void configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentDescription description, ComponentConfiguration configuration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
ComponentConfigurator
configure
in interface ComponentConfigurator
context
- the deployment phase contextdescription
- the completed component descriptionconfiguration
- the component configuration to build on toorg.jboss.as.server.deployment.DeploymentUnitProcessingException
- if configuration failsprotected boolean createPermissions(EjbJaccConfig ejbJaccConfig, EJBComponentDescription description, EJBViewConfiguration ejbViewConfiguration, Method viewMethod, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, ApplicableMethodInformation<EJBMethodSecurityAttribute> permissions)
protected org.jboss.metadata.ejb.spec.MethodInterfaceType getMethodInterfaceType(MethodIntf viewType)
Copyright © 2018 JBoss by Red Hat. All rights reserved.