Groovy Documentation

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

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

private static class ShiroGriffonControllerActionInterceptor.AuthenticationRequirementEvaluator

Constructor Summary
ShiroGriffonControllerActionInterceptor.AuthenticationRequirementEvaluator()

 
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.AuthenticationRequirementEvaluator

ShiroGriffonControllerActionInterceptor.AuthenticationRequirementEvaluator()


 
Method Detail

eval

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


 

Groovy Documentation