|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.openutils.hibernate.security.aop.AOPSecurity
public class AOPSecurity
| Constructor Summary | |
|---|---|
AOPSecurity()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
applySecurityRules(org.aspectj.lang.ProceedingJoinPoint pjp,
java.lang.Object filter,
java.util.List<org.hibernate.criterion.Criterion> additionalCriteria)
|
void |
setDenyIfNoRulesFound(boolean denyIfNoRulesFound)
Sets the denyIfNoRulesFound. |
void |
setEnabled(boolean enabled)
Sets the enabled. |
void |
setSecuredDAOs(java.util.List<java.lang.String> securedDAOs)
Sets the securedDAOs. |
void |
setSecurityRuleManager(SecurityRuleManager securityRuleManager)
Sets the securityRuleManager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AOPSecurity()
| Method Detail |
|---|
public java.lang.Object applySecurityRules(org.aspectj.lang.ProceedingJoinPoint pjp,
java.lang.Object filter,
java.util.List<org.hibernate.criterion.Criterion> additionalCriteria)
throws java.lang.Throwable
pjp - The proceeding joinpointfilter - The entity we are going to filteradditionalCriteria - The additional criteria list, cannot be null
java.lang.Throwable - Any exception occurring in the invoked methodpublic void setSecurityRuleManager(SecurityRuleManager securityRuleManager)
securityRuleManager - the securityRuleManager to setpublic void setSecuredDAOs(java.util.List<java.lang.String> securedDAOs)
securedDAOs - the securedDAOs to setpublic void setEnabled(boolean enabled)
enabled - the enabled to setpublic 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 | |||||||||