|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acegisecurity.intercept.AbstractSecurityInterceptor
com.jaspersoft.jasperserver.api.metadata.user.service.impl.CheckMethodSecurityInterceptor
public class CheckMethodSecurityInterceptor
Used to check access to methods, not run them.
Field Summary |
---|
Fields inherited from class org.acegisecurity.intercept.AbstractSecurityInterceptor |
---|
logger, messages |
Constructor Summary | |
---|---|
CheckMethodSecurityInterceptor()
|
Method Summary | |
---|---|
org.acegisecurity.intercept.method.MethodDefinitionSource |
getObjectDefinitionSource()
|
java.lang.Class |
getSecureObjectClass()
|
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation mi)
|
org.acegisecurity.intercept.ObjectDefinitionSource |
obtainObjectDefinitionSource()
|
void |
setObjectDefinitionSource(org.acegisecurity.intercept.method.MethodDefinitionSource newSource)
|
Methods inherited from class org.acegisecurity.intercept.AbstractSecurityInterceptor |
---|
afterInvocation, afterPropertiesSet, beforeInvocation, getAccessDecisionManager, getAfterInvocationManager, getAuthenticationManager, getRunAsManager, isAlwaysReauthenticate, isRejectPublicInvocations, isValidateConfigAttributes, setAccessDecisionManager, setAfterInvocationManager, setAlwaysReauthenticate, setApplicationEventPublisher, setAuthenticationManager, setMessageSource, setRejectPublicInvocations, setRunAsManager, setValidateConfigAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckMethodSecurityInterceptor()
Method Detail |
---|
public org.acegisecurity.intercept.method.MethodDefinitionSource getObjectDefinitionSource()
public java.lang.Class getSecureObjectClass()
getSecureObjectClass
in class org.acegisecurity.intercept.AbstractSecurityInterceptor
public org.acegisecurity.intercept.ObjectDefinitionSource obtainObjectDefinitionSource()
obtainObjectDefinitionSource
in class org.acegisecurity.intercept.AbstractSecurityInterceptor
public void setObjectDefinitionSource(org.acegisecurity.intercept.method.MethodDefinitionSource newSource)
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation mi) throws java.lang.Throwable
invoke
in interface org.aopalliance.intercept.MethodInterceptor
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |