| java.lang.Object com.sun.portal.desktop.context.AuthlessSessionContext
AuthlessSessionContext | public class AuthlessSessionContext implements SessionContext,SessionAppContext(Code) | | Implements SessionContext and SessionAppContext
for Desktop authless mode.
There are 5 possible authless modes, based on the
combination of the client properties "cookieSupport"
and "authlessState".
- cookiesSupport=true, authlessState=server.
Client properties are stored on the server in a table.
A cookie is set as an index into the table.
- cookiesSupport=false, authlessState=server.
Client properties are stored on the server in a table.
URLs are encoded with the client SID to index into the table.
- cookiesSupport=true, authlessState=client.
Client properties are stored on the client.
Client properties are encoded into a cookie value.
- cookiesSupport=false, authlessState=client.
Client properties are stored on the client.
Client properties are encoded into URL.
- cookiesSupport=[true|false], authlessState=none.
No client properties are stored.
No URLs are encoded, no cookies are set.
|
addUserReference | public void addUserReference()(Code) | | |
getAuthenticationType | public String getAuthenticationType()(Code) | | |
getClientProperties | public Cookie getClientProperties()(Code) | | |
|
|