public final class AccessCheckingInterceptor extends Object implements Interceptor
| Modifier and Type | Method and Description |
|---|---|
static InterceptorFactory |
getFactory()
Get the singleton factory instance.
|
static AccessCheckingInterceptor |
getInstance()
Get the singleton instance.
|
Object |
processInvocation(InterceptorContext context)
Process an invocation.
|
public static AccessCheckingInterceptor getInstance()
public static InterceptorFactory getFactory()
public Object processInvocation(InterceptorContext context) throws Exception
InterceptorprocessInvocation in interface Interceptorcontext - the interceptor contextException - If the underlying invocation resulted in some exceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.