|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.intercept.AbstractInterceptor
org.jboss.seam.security.SecurityInterceptor
@Interceptor(type=CLIENT,
around=AsynchronousInterceptor.class)
public class SecurityInterceptorProvides authorization services for component invocations.
| Constructor Summary | |
|---|---|
SecurityInterceptor()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
aroundInvoke(InvocationContext invocation)
|
boolean |
isInterceptorEnabled()
Returns true if this interceptor should be enabled. |
| Methods inherited from class org.jboss.seam.intercept.AbstractInterceptor |
|---|
getComponent, setComponent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecurityInterceptor()
| Method Detail |
|---|
@AroundInvoke
public java.lang.Object aroundInvoke(InvocationContext invocation)
throws java.lang.Exception
aroundInvoke in interface OptimizedInterceptorjava.lang.Exceptionpublic boolean isInterceptorEnabled()
OptimizedInterceptor
isInterceptorEnabled in interface OptimizedInterceptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||