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) |
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
configure in interface ComponentConfiguratororg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionprotected 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 © 2021 JBoss by Red Hat. All rights reserved.