Groovy Documentation

griffon.plugins.shiro
[Java] Interface SecurityFailureHandler


public interface SecurityFailureHandler

Authors:
Andres Almiray


Nested Class Summary
enum SecurityFailureHandler.Kind

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

@author Andres Almiray

SecurityFailureHandler valueOf(String name)

Returns the enum constant of this type with the specified name.

SecurityFailureHandler[] values()

Returns an array containing the constants of this enum type, in the order they are declared.

 

Method Detail

handleFailure

public void handleFailure(org.apache.shiro.subject.Subject subject, SecurityFailureHandler.Kind kind, GriffonController controller, String actionName)
Authors:
Andres Almiray


valueOf

SecurityFailureHandler valueOf(String name)
Returns the enum constant of this type with the specified name.


values

SecurityFailureHandler[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation