|
Spring Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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(ChannelInvocationDefinitionSource objectDefinitionSource)
|
|
| Method Summary | |
|---|---|
Class<?> |
getSecureObjectClass()
|
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, 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 ChannelSecurityInterceptor(ChannelInvocationDefinitionSource objectDefinitionSource)
| Method Detail |
|---|
public Class<?> getSecureObjectClass()
getSecureObjectClass in class org.springframework.security.access.intercept.AbstractSecurityInterceptor
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
throws Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorThrowablepublic 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 | |||||||||