|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.security.access.intercept.AbstractSecurityInterceptor org.springframework.integration.security.channel.ChannelSecurityInterceptor
public class ChannelSecurityInterceptor
An AOP interceptor that enforces authorization for MessageChannel send and/or receive calls.
Field Summary |
---|
Fields inherited from class org.springframework.security.access.intercept.AbstractSecurityInterceptor |
---|
logger, messages |
Constructor Summary | |
---|---|
ChannelSecurityInterceptor(ChannelSecurityMetadataSource securityMetadataSource)
|
Method Summary | |
---|---|
java.lang.Class<?> |
getSecureObjectClass()
|
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation)
|
org.springframework.security.access.SecurityMetadataSource |
obtainSecurityMetadataSource()
|
Methods inherited from class org.springframework.security.access.intercept.AbstractSecurityInterceptor |
---|
afterInvocation, afterPropertiesSet, beforeInvocation, finallyInvocation, getAccessDecisionManager, getAfterInvocationManager, getAuthenticationManager, getRunAsManager, isAlwaysReauthenticate, isRejectPublicInvocations, isValidateConfigAttributes, setAccessDecisionManager, setAfterInvocationManager, setAlwaysReauthenticate, setApplicationEventPublisher, setAuthenticationManager, setMessageSource, setPublishAuthorizationSuccess, setRejectPublicInvocations, setRunAsManager, setValidateConfigAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChannelSecurityInterceptor(ChannelSecurityMetadataSource securityMetadataSource)
Method Detail |
---|
public java.lang.Class<?> getSecureObjectClass()
getSecureObjectClass
in class org.springframework.security.access.intercept.AbstractSecurityInterceptor
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws java.lang.Throwable
invoke
in interface org.aopalliance.intercept.MethodInterceptor
java.lang.Throwable
public org.springframework.security.access.SecurityMetadataSource obtainSecurityMetadataSource()
obtainSecurityMetadataSource
in class org.springframework.security.access.intercept.AbstractSecurityInterceptor
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |