public final class ChannelSecurityInterceptor extends org.springframework.security.access.intercept.AbstractSecurityInterceptor implements MethodInterceptor
SecuredChannel| コンストラクターと説明 |
|---|
ChannelSecurityInterceptor() |
ChannelSecurityInterceptor(ChannelSecurityMetadataSource securityMetadataSource) |
| 修飾子と型 | メソッドと説明 |
|---|---|
ClassSE<?> | getSecureObjectClass() |
ObjectSE | invoke(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, setValidateConfigAttributescloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic ChannelSecurityInterceptor()
public ChannelSecurityInterceptor(ChannelSecurityMetadataSource securityMetadataSource)
public ClassSE<?> getSecureObjectClass()
org.springframework.security.access.intercept.AbstractSecurityInterceptor の getSecureObjectClass public ObjectSE invoke(MethodInvocation invocation) throws ThrowableSE
MethodInterceptor 内の invoke ThrowableSEpublic org.springframework.security.access.SecurityMetadataSource obtainSecurityMetadataSource()
org.springframework.security.access.intercept.AbstractSecurityInterceptor の obtainSecurityMetadataSource