|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for session cookie factories.
The session cookie factory is used by the application pool to instantiate session cookie instances.
Application developers may create their own SessionCookieFactory implementations to return custom SessionCookie implementations.
ApplicationPool.setSessionCookieFactory(SessionCookieFactory)
Field Summary | |
static java.lang.String |
PROP_REQUEST_COOKIES_KEY
|
static java.lang.String |
PROP_USER_PRINCIPAL_KEY
|
Method Summary | |
SessionCookie |
createSessionCookie(java.lang.String applicationId,
java.lang.String sessionId,
ApplicationPool pool,
java.util.Properties properties)
Creates a SessionCookie instance. |
Field Detail |
public static final java.lang.String PROP_USER_PRINCIPAL_KEY
public static final java.lang.String PROP_REQUEST_COOKIES_KEY
Method Detail |
public SessionCookie createSessionCookie(java.lang.String applicationId, java.lang.String sessionId, ApplicationPool pool, java.util.Properties properties)
applicationId
- an identifier which may be used to uniquely
identify this cookie within the context of a session
sessionId
- an option identifier which may be used to uniquely
identify this cookie across sessions.
pool
- the applicationPool instance which will be used to acquire
ApplicationModule instances for this SessionCookie.
properties
- an optional properties object which may be used
to pass additional creation properties to the SessionCookieFactory.
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.