public class ChannelSecurityMetadataSource extends ObjectSE implements org.springframework.security.access.SecurityMetadataSource
MessageChannel の SecurityMetadataSource 実装。| コンストラクターと説明 |
|---|
ChannelSecurityMetadataSource() |
ChannelSecurityMetadataSource(MapSE<PatternSE, ChannelAccessPolicy> patternMappings) |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | addPatternMapping(PatternSE pattern, ChannelAccessPolicy accessPolicy) |
CollectionSE<org.springframework.security.access.ConfigAttribute> | getAllConfigAttributes() |
CollectionSE<org.springframework.security.access.ConfigAttribute> | getAttributes(ObjectSE object) |
SetSE<PatternSE> | getPatterns() |
boolean | supports(ClassSE<?> clazz) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic ChannelSecurityMetadataSource()
public ChannelSecurityMetadataSource(MapSE<PatternSE,ChannelAccessPolicy> patternMappings)
public void addPatternMapping(PatternSE pattern, ChannelAccessPolicy accessPolicy)
public CollectionSE<org.springframework.security.access.ConfigAttribute> getAttributes(ObjectSE object) throws IllegalArgumentExceptionSE
org.springframework.security.access.SecurityMetadataSource 内の getAttributes IllegalArgumentExceptionSEpublic CollectionSE<org.springframework.security.access.ConfigAttribute> getAllConfigAttributes()
org.springframework.security.access.SecurityMetadataSource 内の getAllConfigAttributes public boolean supports(ClassSE<?> clazz)
org.springframework.security.access.SecurityMetadataSource 内の supports