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