Groovy 1.8.4

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


public static interface SecureASTCustomizer.ExpressionChecker

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


Method Summary
boolean isAuthorized(Expression expression)

 

Method Detail

isAuthorized

public boolean isAuthorized(Expression expression)


 

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