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