|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.security.intercept.AbstractSecurityInterceptor
org.springframework.flex.messaging.security.EndpointInterceptor
public class EndpointInterceptor
Security interceptor that secures messages being passed to BlazeDS endpoints based on the security attributes configured for the endpoint being invoked.
| Field Summary |
|---|
| Fields inherited from class org.springframework.security.intercept.AbstractSecurityInterceptor |
|---|
logger, messages |
| Constructor Summary | |
|---|---|
EndpointInterceptor()
|
|
| Method Summary | |
|---|---|
EndpointDefinitionSource |
getObjectDefinitionSource()
|
java.lang.Class |
getSecureObjectClass()
|
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation mi)
|
org.springframework.security.intercept.ObjectDefinitionSource |
obtainObjectDefinitionSource()
|
void |
setObjectDefinitionSource(EndpointDefinitionSource newSource)
|
| Methods inherited from class org.springframework.security.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 EndpointInterceptor()
| Method Detail |
|---|
public java.lang.Class getSecureObjectClass()
getSecureObjectClass in class org.springframework.security.intercept.AbstractSecurityInterceptorpublic org.springframework.security.intercept.ObjectDefinitionSource obtainObjectDefinitionSource()
obtainObjectDefinitionSource in class org.springframework.security.intercept.AbstractSecurityInterceptorpublic EndpointDefinitionSource getObjectDefinitionSource()
public void setObjectDefinitionSource(EndpointDefinitionSource newSource)
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation mi)
throws java.lang.Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorjava.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||