org.jboss.seam.security
Class SecurityInterceptor

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

@Interceptor
public class SecurityInterceptor
extends Object
implements Serializable

Provides authorization services for component invocations.

Author:
Shane Bryzak
See Also:
Serialized Form

Constructor Summary
SecurityInterceptor()
           
 
Method Summary
 Object aroundInvoke(javax.interceptor.InvocationContext invocation)
           
 
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

aroundInvoke

public Object aroundInvoke(javax.interceptor.InvocationContext invocation)
                    throws Exception
Throws:
Exception


Copyright © 2011 Seam Framework. All Rights Reserved.