public final 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 |
---|---|
Class<?> |
getSecureObjectClass() |
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 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.MethodInterceptor
Throwable
public org.springframework.security.access.SecurityMetadataSource obtainSecurityMetadataSource()
obtainSecurityMetadataSource
in class org.springframework.security.access.intercept.AbstractSecurityInterceptor