Class IdentityInterceptor

java.lang.Object
org.jboss.as.ejb3.security.IdentityInterceptor
All Implemented Interfaces:
org.jboss.invocation.Interceptor

public final class IdentityInterceptor extends Object implements org.jboss.invocation.Interceptor
An Interceptor that will always runAs the current SecurityIdentity to activate any outflow identities.
Author:
Farah Juma
  • Field Details

  • Constructor Details

    • IdentityInterceptor

      public IdentityInterceptor()
  • Method Details

    • processInvocation

      public Object processInvocation(org.jboss.invocation.InterceptorContext context) throws Exception
      Specified by:
      processInvocation in interface org.jboss.invocation.Interceptor
      Throws:
      Exception