org.glassfish.ejb.security.application
Class EjbSecurityComponentInvocationHandler

java.lang.Object
  extended by com.sun.enterprise.security.SecurityComponentInvocationHandler
      extended by org.glassfish.ejb.security.application.EjbSecurityComponentInvocationHandler
All Implemented Interfaces:
RegisteredComponentInvocationHandler

@Service(name="ejbSecurityCIH")
@Scoped(value=org.jvnet.hk2.component.Singleton.class)
public class EjbSecurityComponentInvocationHandler
extends SecurityComponentInvocationHandler


Constructor Summary
EjbSecurityComponentInvocationHandler()
           
 
Method Summary
 ComponentInvocationHandler getComponentInvocationHandler()
           
 void register()
           
 
Methods inherited from class com.sun.enterprise.security.SecurityComponentInvocationHandler
resetPolicyContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbSecurityComponentInvocationHandler

public EjbSecurityComponentInvocationHandler()
Method Detail

getComponentInvocationHandler

public ComponentInvocationHandler getComponentInvocationHandler()

register

public void register()


Copyright © 2012 GlassFish Community. All Rights Reserved.