Hierarchy For All Packages
Package Hierarchies:- org.springframework.security.messaging.access.expression,
- org.springframework.security.messaging.access.intercept,
- org.springframework.security.messaging.context,
- org.springframework.security.messaging.handler.invocation.reactive,
- org.springframework.security.messaging.util.matcher,
- org.springframework.security.messaging.web.csrf,
- org.springframework.security.messaging.web.socket.server
Class Hierarchy
- java.lang.Object
- org.springframework.security.messaging.util.matcher.AbstractMessageMatcherComposite<T> (implements org.springframework.security.messaging.util.matcher.MessageMatcher<T>)
- org.springframework.security.messaging.util.matcher.AndMessageMatcher<T>
- org.springframework.security.messaging.util.matcher.OrMessageMatcher<T>
- org.springframework.security.access.expression.AbstractSecurityExpressionHandler<T> (implements org.springframework.context.ApplicationContextAware, org.springframework.security.access.expression.SecurityExpressionHandler<T>)
- org.springframework.security.messaging.access.expression.DefaultMessageSecurityExpressionHandler<T>
- org.springframework.security.messaging.context.AuthenticationPrincipalArgumentResolver (implements org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver)
- org.springframework.security.messaging.handler.invocation.reactive.AuthenticationPrincipalArgumentResolver (implements org.springframework.messaging.handler.invocation.reactive.HandlerMethodArgumentResolver)
- org.springframework.security.messaging.access.intercept.AuthorizationChannelInterceptor (implements org.springframework.messaging.support.ChannelInterceptor)
- org.springframework.security.messaging.web.csrf.CsrfChannelInterceptor (implements org.springframework.messaging.support.ChannelInterceptor)
- org.springframework.security.messaging.web.socket.server.CsrfTokenHandshakeInterceptor (implements org.springframework.web.socket.server.HandshakeInterceptor)
- org.springframework.security.messaging.handler.invocation.reactive.CurrentSecurityContextArgumentResolver (implements org.springframework.messaging.handler.invocation.reactive.HandlerMethodArgumentResolver)
- org.springframework.security.messaging.access.intercept.MessageAuthorizationContext<T>
- org.springframework.security.messaging.access.expression.MessageAuthorizationContextSecurityExpressionHandler (implements org.springframework.security.access.expression.SecurityExpressionHandler<T>)
- org.springframework.security.messaging.util.matcher.MessageMatcher.MatchResult
- org.springframework.security.messaging.access.intercept.MessageMatcherDelegatingAuthorizationManager (implements org.springframework.security.authorization.AuthorizationManager<T>)
- org.springframework.security.messaging.access.intercept.MessageMatcherDelegatingAuthorizationManager.Builder (implements org.springframework.context.ApplicationContextAware)
- org.springframework.security.messaging.access.intercept.MessageMatcherDelegatingAuthorizationManager.Builder.Constraint
- org.springframework.security.messaging.util.matcher.PathPatternMessageMatcher (implements org.springframework.security.messaging.util.matcher.MessageMatcher<T>)
- org.springframework.security.messaging.util.matcher.PathPatternMessageMatcher.Builder
- org.springframework.security.messaging.context.SecurityContextChannelInterceptor (implements org.springframework.messaging.support.ChannelInterceptor, org.springframework.messaging.support.ExecutorChannelInterceptor)
- org.springframework.security.messaging.context.SecurityContextPropagationChannelInterceptor (implements org.springframework.messaging.support.ExecutorChannelInterceptor)
- org.springframework.security.access.expression.SecurityExpressionRoot<T> (implements org.springframework.security.access.expression.SecurityExpressionOperations)
- org.springframework.security.messaging.access.expression.MessageSecurityExpressionRoot<T>
- org.springframework.security.messaging.util.matcher.SimpMessageTypeMatcher (implements org.springframework.security.messaging.util.matcher.MessageMatcher<T>)
- org.springframework.security.messaging.web.csrf.XorCsrfChannelInterceptor (implements org.springframework.messaging.support.ChannelInterceptor)
- org.springframework.security.messaging.util.matcher.AbstractMessageMatcherComposite<T> (implements org.springframework.security.messaging.util.matcher.MessageMatcher<T>)
Interface Hierarchy
- org.springframework.security.messaging.util.matcher.MessageMatcher<T>