Package org.jboss.as.ejb3.security
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 Summary
Fields Modifier and Type Field Description static StringANONYMOUS_PRINCIPAL
-
Constructor Summary
Constructors Constructor Description RunAsPrincipalInterceptor(String runAsPrincipal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectprocessInvocation(org.jboss.invocation.InterceptorContext context)
-
-
-
Field Detail
-
ANONYMOUS_PRINCIPAL
public static final String ANONYMOUS_PRINCIPAL
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RunAsPrincipalInterceptor
public RunAsPrincipalInterceptor(String runAsPrincipal)
-
-