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