Class 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
    • Constructor Detail

      • IdentityInterceptor

        public IdentityInterceptor()
    • Method Detail

      • processInvocation

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