|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.acegisecurity.intercept.AbstractSecurityInterceptor
nu.localhost.tapestry.acegi.services.internal.StaticSecurityChecker
public class StaticSecurityChecker
Straighforward implementation of the SecurityChecker.
| Field Summary |
|---|
| Fields inherited from class org.acegisecurity.intercept.AbstractSecurityInterceptor |
|---|
logger, messages |
| Constructor Summary | |
|---|---|
StaticSecurityChecker()
|
|
| Method Summary | |
|---|---|
Object |
checkAfter(org.acegisecurity.intercept.InterceptorStatusToken token,
Object returnedObject)
Delegate to the AbstractSecurityInterceptor.afterInvocation(InterceptorStatusToken
, Object). |
org.acegisecurity.intercept.InterceptorStatusToken |
checkBefore(Object object)
Delegate to the AbstractSecurityInterceptor.beforeInvocation(Object). |
Class |
getSecureObjectClass()
Get secured object class. |
org.acegisecurity.intercept.ObjectDefinitionSource |
obtainObjectDefinitionSource()
Obtain ObjectDefinitionSource. |
| 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 StaticSecurityChecker()
| Method Detail |
|---|
public final org.acegisecurity.intercept.InterceptorStatusToken checkBefore(Object object)
AbstractSecurityInterceptor.beforeInvocation(Object).
checkBefore in interface SecurityCheckerobject - security object.
public final Object checkAfter(org.acegisecurity.intercept.InterceptorStatusToken token,
Object returnedObject)
AbstractSecurityInterceptor.afterInvocation(InterceptorStatusToken
, Object).
checkAfter in interface SecurityCheckertoken - security token.returnedObject - object returned by the secured method.
public final Class getSecureObjectClass()
getSecureObjectClass in class org.acegisecurity.intercept.AbstractSecurityInterceptorpublic final org.acegisecurity.intercept.ObjectDefinitionSource obtainObjectDefinitionSource()
ObjectDefinitionSource.
obtainObjectDefinitionSource in class org.acegisecurity.intercept.AbstractSecurityInterceptorObjectDefinitionSource.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||