public class EJBSecurityViewConfigurator extends Object implements ViewConfigurator
ViewConfigurator
responsible for setting up necessary security interceptors on an EJB view.
User: Jaikiran PaiConstructor and Description |
---|
EJBSecurityViewConfigurator() |
Modifier and Type | Method and Description |
---|---|
void |
configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription viewDescription,
ViewConfiguration viewConfiguration)
Apply this configurator to the given configuration.
|
public void configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription viewDescription, ViewConfiguration viewConfiguration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
ViewConfigurator
configure
in interface ViewConfigurator
context
- the deployment phase contextcomponentConfiguration
- the completed component configurationviewDescription
- the completed view descriptionviewConfiguration
- the view configuration to build on toorg.jboss.as.server.deployment.DeploymentUnitProcessingException
- if configuration failsCopyright © 2017 JBoss by Red Hat. All rights reserved.