|
|||||||||
| Home >> All >> org >> acegisecurity >> [ securechannel overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.acegisecurity.securechannel
Interface ChannelEntryPoint

- All Known Implementing Classes:
- RetryWithHttpEntryPoint, RetryWithHttpsEntryPoint
- public interface ChannelEntryPoint
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.
- Version:
- $Id: ChannelEntryPoint.java,v 1.4 2005/11/17 00:55:50 benalex Exp $
| Method Summary | |
void |
commence(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
Commences a secure channel. |
| Method Detail |
commence
public void commence(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response) throws java.io.IOException, javax.servlet.ServletException
- Commences a secure channel.
Implementations should modify the headers on the
ServletResponseas necessary to commence the user agent using the implementation's supported channel type.
|
|||||||||
| Home >> All >> org >> acegisecurity >> [ securechannel overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC