Package | Description |
---|---|
org.springframework.security.config.annotation.web.configurers | |
org.springframework.security.web.access.channel |
Classes that ensure web requests are received over required transport channels.
|
Modifier and Type | Method and Description |
---|---|
ChannelSecurityConfigurer.ChannelRequestMatcherRegistry |
ChannelSecurityConfigurer.ChannelRequestMatcherRegistry.channelProcessors(List<ChannelProcessor> channelProcessors)
Sets the
ChannelProcessor instances to use in ChannelDecisionManagerImpl |
Modifier and Type | Class and Description |
---|---|
class |
InsecureChannelProcessor
Ensures channel security is inactive by review of
HttpServletRequest.isSecure() responses. |
class |
SecureChannelProcessor
Ensures channel security is active by review of
HttpServletRequest.isSecure() responses. |
Modifier and Type | Method and Description |
---|---|
protected List<ChannelProcessor> |
ChannelDecisionManagerImpl.getChannelProcessors() |
Copyright © 2019. All rights reserved.