Class DefaultMessageSecurityMetadataSource

java.lang.Object
org.springframework.security.messaging.access.intercept.DefaultMessageSecurityMetadataSource
All Implemented Interfaces:
org.springframework.aop.framework.AopInfrastructureBean, SecurityMetadataSource, MessageSecurityMetadataSource

@Deprecated public final class DefaultMessageSecurityMetadataSource extends Object implements MessageSecurityMetadataSource
A default implementation of MessageSecurityMetadataSource that looks up the ConfigAttribute instances using a MessageMatcher.

Each entry is considered in order. The first entry that matches, the corresponding Collection<ConfigAttribute> is returned.

Since:
4.0
See Also: