| org.springframework.security.web.access.channel.ChannelEntryPoint |
Known Indirect Subclasses
|
May be used by a ChannelProcessor to launch a web channel.
ChannelProcessors can elect to launch a new web channel directly, or they can delegate to another class.
The ChannelEntryPoint is a pluggable interface to assist ChannelProcessors in performing
this delegation.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Commences a secure channel.
| |||||||||||
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 |