Class ChannelSecurityConfigurer.RequiresChannelUrl
- java.lang.Object
-
- org.springframework.security.config.annotation.web.configurers.ChannelSecurityConfigurer.RequiresChannelUrl
-
- Direct Known Subclasses:
ChannelSecurityConfigurer.MvcMatchersRequiresChannelUrl
- Enclosing class:
- ChannelSecurityConfigurer<H extends HttpSecurityBuilder<H>>
public class ChannelSecurityConfigurer.RequiresChannelUrl extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<? extends RequestMatcher>
requestMatchers
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelSecurityConfigurer.ChannelRequestMatcherRegistry
requires(java.lang.String attribute)
ChannelSecurityConfigurer.ChannelRequestMatcherRegistry
requiresInsecure()
ChannelSecurityConfigurer.ChannelRequestMatcherRegistry
requiresSecure()
-
-
-
Field Detail
-
requestMatchers
protected java.util.List<? extends RequestMatcher> requestMatchers
-
-
Method Detail
-
requiresSecure
public ChannelSecurityConfigurer.ChannelRequestMatcherRegistry requiresSecure()
-
requiresInsecure
public ChannelSecurityConfigurer.ChannelRequestMatcherRegistry requiresInsecure()
-
requires
public ChannelSecurityConfigurer.ChannelRequestMatcherRegistry requires(java.lang.String attribute)
-
-