src.groovy.org.codehaus.groovy.grails.plugins.springsecurity
Class AuthenticatedVetoableDecisionManager

 
Constructor Summary
AuthenticatedVetoableDecisionManager()
           
 
Method Summary
boolean checkAuthenticatedVoters(def authentication, def object, def config)
          
boolean checkOtherVoters(def authentication, def object, def config)
          
void decide(Authentication authentication, Object object, ConfigAttributeDefinition config)
          
void deny()
          
 

Constructor Detail

AuthenticatedVetoableDecisionManager

AuthenticatedVetoableDecisionManager()


Method Detail

checkAuthenticatedVoters

boolean checkAuthenticatedVoters(def authentication, def object, def config)


checkOtherVoters

boolean checkOtherVoters(def authentication, def object, def config)


decide

void decide(Authentication authentication, Object object, ConfigAttributeDefinition config)


deny

void deny()