|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.openutils.hibernate.security.filter.SecurityRulePredicate
public class SecurityRulePredicate
| Constructor Summary | |
|---|---|
SecurityRulePredicate(org.acegisecurity.Authentication authentication,
org.acegisecurity.ConfigAttributeDefinition configAttribute,
SecurityRuleManager securityRuleManager)
|
|
| Method Summary | |
|---|---|
boolean |
evaluate(java.lang.Object object)
If we return false here, the element will be removed from the original collection. |
void |
setDenyIfNoRulesFound(boolean denyIfNoRulesFound)
Sets the denyIfNoRulesFound. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecurityRulePredicate(org.acegisecurity.Authentication authentication,
org.acegisecurity.ConfigAttributeDefinition configAttribute,
SecurityRuleManager securityRuleManager)
authentication - The current authenticationconfigAttribute - The config attribute of the current method invocation interceptorsecurityRuleManager - The security rule manager to retrieve rules from| Method Detail |
|---|
public boolean evaluate(java.lang.Object object)
evaluate in interface org.apache.commons.collections.Predicatepublic void setDenyIfNoRulesFound(boolean denyIfNoRulesFound)
denyIfNoRulesFound - the denyIfNoRulesFound to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||