Groovy Documentation

org.codehaus.griffon.runtime.shiro
[Java] Class ShiroGriffonControllerActionInterceptor.GuestRequirementEvaluator

java.lang.Object
  org.codehaus.griffon.runtime.shiro.ShiroGriffonControllerActionInterceptor.GuestRequirementEvaluator
All Implemented Interfaces:
RequirementEvaluator

private static class ShiroGriffonControllerActionInterceptor.GuestRequirementEvaluator

Constructor Summary
ShiroGriffonControllerActionInterceptor.GuestRequirementEvaluator()

 
Method Summary
boolean eval(RequirementConfiguration requirementConfig, org.apache.shiro.subject.Subject subject)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

ShiroGriffonControllerActionInterceptor.GuestRequirementEvaluator

ShiroGriffonControllerActionInterceptor.GuestRequirementEvaluator()


 
Method Detail

eval

public boolean eval(RequirementConfiguration requirementConfig, org.apache.shiro.subject.Subject subject)


 

Groovy Documentation