Class EJBSecurityViewConfigurator

java.lang.Object
org.jboss.as.ejb3.security.EJBSecurityViewConfigurator
All Implemented Interfaces:
org.jboss.as.ee.component.ViewConfigurator

public class EJBSecurityViewConfigurator extends Object implements org.jboss.as.ee.component.ViewConfigurator
ViewConfigurator responsible for setting up necessary security interceptors on an EJB view. NOTE: References in this file to Enterprise JavaBeans (EJB) refer to the Jakarta Enterprise Beans unless otherwise noted.

User: Jaikiran Pai

  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, org.jboss.as.ee.component.ComponentConfiguration componentConfiguration, org.jboss.as.ee.component.ViewDescription viewDescription, org.jboss.as.ee.component.ViewConfiguration viewConfiguration)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EJBSecurityViewConfigurator

      public EJBSecurityViewConfigurator()
  • Method Details

    • configure

      public void configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, org.jboss.as.ee.component.ComponentConfiguration componentConfiguration, org.jboss.as.ee.component.ViewDescription viewDescription, org.jboss.as.ee.component.ViewConfiguration viewConfiguration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
      Specified by:
      configure in interface org.jboss.as.ee.component.ViewConfigurator
      Throws:
      org.jboss.as.server.deployment.DeploymentUnitProcessingException