|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelProcessor | |
---|---|
org.springframework.security.web.access.channel | Classes that ensure web requests are received over required transport channels. |
Uses of ChannelProcessor in org.springframework.security.web.access.channel |
---|
Classes in org.springframework.security.web.access.channel that implement ChannelProcessor | |
---|---|
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. |
Methods in org.springframework.security.web.access.channel that return types with arguments of type ChannelProcessor | |
---|---|
protected List<ChannelProcessor> |
ChannelDecisionManagerImpl.getChannelProcessors()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |