org.jboss.seam.security
@Interceptor(type=CLIENT, around=AsynchronousInterceptor.class) public class SecurityInterceptor extends AbstractInterceptor implements Serializable
Constructor and Description |
---|
SecurityInterceptor() |
Modifier and Type | Method and Description |
---|---|
Object |
aroundInvoke(InvocationContext invocation) |
boolean |
isInterceptorEnabled()
Returns true if this interceptor should be enabled.
|
getComponent, setComponent
@AroundInvoke public Object aroundInvoke(InvocationContext invocation) throws Exception
aroundInvoke
in interface OptimizedInterceptor
Exception
public boolean isInterceptorEnabled()
OptimizedInterceptor
isInterceptorEnabled
in interface OptimizedInterceptor
Copyright © 2015 Seam Framework. All Rights Reserved.