| java.lang.Object | |
| ↳ | org.springframework.security.web.access.channel.AbstractRetryEntryPoint |
Known Direct Subclasses
|
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| logger | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Commences a secure channel.
| |||||||||||
Sets the strategy to be used for redirecting to the required channel URL.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.security.web.access.channel.ChannelEntryPoint
| |||||||||||
Commences a secure channel.
Implementations should modify the headers on the ServletResponse as necessary to commence the user
agent using the implementation's supported channel type.
| request | that a ChannelProcessor has rejected |
|---|---|
| response | so that the user agent can begin using a new channel |
| IOException | |
|---|---|
| ServletException |
Sets the strategy to be used for redirecting to the required channel URL. A DefaultRedirectStrategy
instance will be used if not set.
| redirectStrategy | the strategy instance to which the URL will be passed. |
|---|