|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelEntryPoint | |
---|---|
org.springframework.security.web.access.channel | Classes that ensure web requests are received over required transport channels. |
Uses of ChannelEntryPoint in org.springframework.security.web.access.channel |
---|
Classes in org.springframework.security.web.access.channel that implement ChannelEntryPoint | |
---|---|
class |
AbstractRetryEntryPoint
|
class |
RetryWithHttpEntryPoint
Commences an insecure channel by retrying the original request using HTTP. |
class |
RetryWithHttpsEntryPoint
Commences a secure channel by retrying the original request using HTTPS. |
Methods in org.springframework.security.web.access.channel that return ChannelEntryPoint | |
---|---|
ChannelEntryPoint |
SecureChannelProcessor.getEntryPoint()
|
ChannelEntryPoint |
InsecureChannelProcessor.getEntryPoint()
|
Methods in org.springframework.security.web.access.channel with parameters of type ChannelEntryPoint | |
---|---|
void |
SecureChannelProcessor.setEntryPoint(ChannelEntryPoint entryPoint)
|
void |
InsecureChannelProcessor.setEntryPoint(ChannelEntryPoint entryPoint)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |