public class ChannelSecurityInterceptor
extends org.springframework.security.access.intercept.AbstractSecurityInterceptor
implements org.aopalliance.intercept.MethodInterceptor
Constructor and Description |
---|
ChannelSecurityInterceptor(ChannelSecurityMetadataSource securityMetadataSource) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
getSecureObjectClass() |
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
org.springframework.security.access.SecurityMetadataSource |
obtainSecurityMetadataSource() |
afterInvocation, afterPropertiesSet, beforeInvocation, finallyInvocation, getAccessDecisionManager, getAfterInvocationManager, getAuthenticationManager, getRunAsManager, isAlwaysReauthenticate, isRejectPublicInvocations, isValidateConfigAttributes, setAccessDecisionManager, setAfterInvocationManager, setAlwaysReauthenticate, setApplicationEventPublisher, setAuthenticationManager, setMessageSource, setPublishAuthorizationSuccess, setRejectPublicInvocations, setRunAsManager, setValidateConfigAttributes
public ChannelSecurityInterceptor(ChannelSecurityMetadataSource securityMetadataSource)
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