Groovy 1.8.4

org.codehaus.groovy.control.customizers
[Java] Interface SecureASTCustomizer.StatementChecker


public static interface SecureASTCustomizer.StatementChecker

This interface allows the user to plugin custom statement checkers if statement blacklist or whitelist are not sufficient


Method Summary
boolean isAuthorized(Statement expression)

 

Method Detail

isAuthorized

public boolean isAuthorized(Statement expression)


 

Copyright © 2003-2011 The Codehaus. All rights reserved.