src.java.org.codehaus.groovy.grails.plugins.springsecurity
Class QuietMethodSecurityInterceptor

Field Summary
 Exception lastException
           
 boolean throwException
           
 
Constructor Summary
QuietMethodSecurityInterceptor()
           
 
Method Summary
Exception getLastException()
           For testing.
Object invoke(MethodInvocation mi)
          
void setThrowException(boolean throwException)
           Dependency injection for throw exception flag.
 

Constructor Detail

QuietMethodSecurityInterceptor

QuietMethodSecurityInterceptor()


Method Detail

getLastException

public Exception getLastException()
For testing.
return:
the most recent exception, if any.


invoke

public Object invoke(MethodInvocation mi)


setThrowException

public void setThrowException(boolean throwException)
Dependency injection for throw exception flag.
param:
throwException if true throw exceptions, otherwise just log