org.jboss.seam.interceptors
Class SecurityInterceptor

java.lang.Object
  extended by org.jboss.seam.interceptors.AbstractInterceptor
      extended by org.jboss.seam.interceptors.SecurityInterceptor
All Implemented Interfaces:
Serializable

@Interceptor(stateless=true,
             around=ValidationInterceptor.class,
             within=BijectionInterceptor.class)
public class SecurityInterceptor
extends AbstractInterceptor

Provides authorization services for component invocations.

Author:
Shane Bryzak
See Also:
Serialized Form

Constructor Summary
SecurityInterceptor()
           
 
Method Summary
 Object checkSecurity(InvocationContext invocation)
           
 
Methods inherited from class org.jboss.seam.interceptors.AbstractInterceptor
getComponent, setComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityInterceptor

public SecurityInterceptor()
Method Detail

checkSecurity

@AroundInvoke
public Object checkSecurity(InvocationContext invocation)
                     throws Exception
Throws:
Exception