Class RunAsPrincipalInterceptor

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

public class RunAsPrincipalInterceptor extends Object implements org.jboss.invocation.Interceptor
Author:
David M. Lloyd
  • Field Details

  • Constructor Details

    • RunAsPrincipalInterceptor

      public RunAsPrincipalInterceptor(String runAsPrincipal)
  • Method Details

    • processInvocation

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