Groovy Documentation

org.codehaus.griffon.runtime.shiro
[Java] Class SecurityFailureHandlerResolver

java.lang.Object
  org.codehaus.griffon.runtime.shiro.SecurityFailureHandlerResolver
All Implemented Interfaces:
SecurityFailureHandler

public class SecurityFailureHandlerResolver
extends Object

Authors:
Andres Almiray


Field Summary
private GriffonApplication app

private String handlerClassName

private ShiroGriffonControllerActionInterceptor interceptor

 
Constructor Summary
SecurityFailureHandlerResolver(GriffonApplication app, ShiroGriffonControllerActionInterceptor interceptor, String handlerClassName)

 
Method Summary
void handleFailure(org.apache.shiro.subject.Subject subject, Kind kind, GriffonController controller, String actionName)

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

Field Detail

app

private final GriffonApplication app


handlerClassName

private final String handlerClassName


interceptor

private final ShiroGriffonControllerActionInterceptor interceptor


 
Constructor Detail

SecurityFailureHandlerResolver

public SecurityFailureHandlerResolver(GriffonApplication app, ShiroGriffonControllerActionInterceptor interceptor, String handlerClassName)


 
Method Detail

handleFailure

public void handleFailure(org.apache.shiro.subject.Subject subject, Kind kind, GriffonController controller, String actionName)


 

Groovy Documentation