Package | Description |
---|---|
org.springframework.security.web.access.channel |
Classes that ensure web requests are received over required transport channels.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ChannelEntryPoint |
SecureChannelProcessor.getEntryPoint() |
ChannelEntryPoint |
InsecureChannelProcessor.getEntryPoint() |
Modifier and Type | Method and Description |
---|---|
void |
SecureChannelProcessor.setEntryPoint(ChannelEntryPoint entryPoint) |
void |
InsecureChannelProcessor.setEntryPoint(ChannelEntryPoint entryPoint) |
Copyright © 2015. All rights reserved.