|
Oracle® WebLogic Server Web Clipping Transport API Reference 11g Release 1 (11.1.1) E14346-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.portal.wcs.session.DefaultTransportSessionContext
oracle.portal.wcs.session.http.HttpClientTransportSessionContext
public class HttpClientTransportSessionContext
| Field Summary | |
|---|---|
protected java.util.Vector |
m_vctCookies |
| Fields inherited from class oracle.portal.wcs.session.DefaultTransportSessionContext |
|---|
m_bAuthPending, m_htHttpAuthInfos, m_iTimeout, m_key, m_szAuthRealm, m_szAuthType |
| Constructor Summary | |
|---|---|
HttpClientTransportSessionContext(oracle.portal.wcs.ClippingKey key) |
|
| Method Summary | |
|---|---|
void |
addHttpAuthorizationInfo(HttpAuthorizationInfo info) |
void |
closeTransportSession()Remove all cookies and authorization info from this context |
java.util.Vector |
getTransportSessionCookies()Returns the cookies in Vector (in order to make us independent of any implementation) |
void |
login(oracle.portal.wcs.common.WcExternalPrincipal ep)Use our tranport layer to do this |
void |
openTransportSession()Copy the local copy of Cookies into transport layer |
void |
pass(oracle.portal.wcs.common.WcExternalPrincipal ep)Simply pass the cookies or HttpAuthorizationInfo from the WcExternalPrincipal into the current Context. |
void |
resetTranasportSession()Resets the cookies to initial state upon a request failed |
void |
saveTransportSession()Save the Cookies from Transport layer here to support cluster |
| Methods inherited from class oracle.portal.wcs.session.DefaultTransportSessionContext |
|---|
equals, getAuthRealm, getAuthType, getClippingKey, getHttpAuthorizationInfo, getReplicatedProxyHost, getReplicatedProxyPort, getSubscriber, getTimeout, hashCode, init, isAuthPending, setAuthPending, setAuthRealm, setAuthType, setReplicatedProxyHost, setReplicatedProxyPort, setSubscriber, setTimeout, timeConsumed |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Vector m_vctCookies
| Constructor Detail |
|---|
public HttpClientTransportSessionContext(oracle.portal.wcs.ClippingKey key)
| Method Detail |
|---|
public void openTransportSession()
openTransportSession in interface TransportSessionContextopenTransportSession in class oracle.portal.wcs.session.DefaultTransportSessionContextpublic void saveTransportSession()
saveTransportSession in interface TransportSessionContextsaveTransportSession in class oracle.portal.wcs.session.DefaultTransportSessionContextpublic void resetTranasportSession()
resetTranasportSession in interface TransportSessionContextresetTranasportSession in class oracle.portal.wcs.session.DefaultTransportSessionContextpublic java.util.Vector getTransportSessionCookies()
getTransportSessionCookies in interface TransportSessionContextgetTransportSessionCookies in class oracle.portal.wcs.session.DefaultTransportSessionContextpublic void addHttpAuthorizationInfo(HttpAuthorizationInfo info)
addHttpAuthorizationInfo in interface TransportSessionContextaddHttpAuthorizationInfo in class oracle.portal.wcs.session.DefaultTransportSessionContextpublic void closeTransportSession()
closeTransportSession in interface TransportSessionContextcloseTransportSession in class oracle.portal.wcs.session.DefaultTransportSessionContext
public void login(oracle.portal.wcs.common.WcExternalPrincipal ep)
throws TransportException
login in interface TransportSessionContextlogin in class oracle.portal.wcs.session.DefaultTransportSessionContextTransportExceptionpublic void pass(oracle.portal.wcs.common.WcExternalPrincipal ep)
pass in interface TransportSessionContextpass in class oracle.portal.wcs.session.DefaultTransportSessionContext
|
Oracle® WebLogic Server Web Clipping Transport API Reference 11g Release 1 (11.1.1) E14346-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||