org.qi4j.library.shiro.concerns
Class SecurityConcern

java.lang.Object
  extended by org.qi4j.api.concern.ConcernOf<java.lang.reflect.InvocationHandler>
      extended by org.qi4j.library.shiro.concerns.SecurityConcern
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

@AppliesTo(value={RequiresAuthentication.class,RequiresGuest.class,RequiresPermissions.class,RequiresRoles.class,RequiresUser.class})
public class SecurityConcern
extends ConcernOf<java.lang.reflect.InvocationHandler>
implements java.lang.reflect.InvocationHandler


Field Summary
 
Fields inherited from class org.qi4j.api.concern.ConcernOf
next
 
Constructor Summary
SecurityConcern()
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityConcern

public SecurityConcern()
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Specified by:
invoke in interface java.lang.reflect.InvocationHandler
Throws:
java.lang.Throwable