|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelEntryPoint | |
---|---|
org.springframework.security.securechannel | Classes that ensure web requests are received over required transport channels. |
Uses of ChannelEntryPoint in org.springframework.security.securechannel |
---|
Classes in org.springframework.security.securechannel 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.securechannel that return ChannelEntryPoint | |
---|---|
ChannelEntryPoint |
SecureChannelProcessor.getEntryPoint()
|
ChannelEntryPoint |
InsecureChannelProcessor.getEntryPoint()
|
Methods in org.springframework.security.securechannel with parameters of type ChannelEntryPoint | |
---|---|
void |
SecureChannelProcessor.setEntryPoint(ChannelEntryPoint entryPoint)
|
void |
InsecureChannelProcessor.setEntryPoint(ChannelEntryPoint entryPoint)
|
|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |