public class MissingMethodPermissionsDenyAccessMergingProcessor extends AbstractMergingProcessor<EJBComponentDescription>
DeploymentUnitProcessor
which processes EJB deployments and configures the
missing-method-permissions-deny-access
on the EJBComponentDescription
sConstructor and Description |
---|
MissingMethodPermissionsDenyAccessMergingProcessor() |
Modifier and Type | Method and Description |
---|---|
protected void |
handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description)
Handle annotations relating to the component that have been found in the deployment.
|
protected void |
handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description)
Handle the deployment descriptor
|
boolean |
isDenyAccessByDefault() |
void |
setDenyAccessByDefault(boolean denyAccessByDefault) |
deploy, getMethodIntf, getMethodParams, undeploy
public MissingMethodPermissionsDenyAccessMergingProcessor()
protected void handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription description) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
AbstractMergingProcessor
handleAnnotations
in class AbstractMergingProcessor<EJBComponentDescription>
org.jboss.as.server.deployment.DeploymentUnitProcessingException
protected void handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription description) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
AbstractMergingProcessor
handleDeploymentDescriptor
in class AbstractMergingProcessor<EJBComponentDescription>
org.jboss.as.server.deployment.DeploymentUnitProcessingException
public boolean isDenyAccessByDefault()
public void setDenyAccessByDefault(boolean denyAccessByDefault)
Copyright © 2017 JBoss by Red Hat. All rights reserved.