|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionContext | |
com.arsdigita.kernel | Provides the classes that are essential for building a CCM web application, including ACSObject, packages, parties, and permissions. |
com.arsdigita.kernel.security | Provides user authentication, session tracking, and cryptography services. |
Uses of SessionContext in com.arsdigita.kernel |
Methods in com.arsdigita.kernel that return SessionContext | |
SessionContext |
KernelRequestContext.getSessionContext()
|
Constructors in com.arsdigita.kernel with parameters of type SessionContext | |
KernelRequestContext(RequestContext parent,
SessionContext session,
UserContext user)
|
Uses of SessionContext in com.arsdigita.kernel.security |
Methods in com.arsdigita.kernel.security that return SessionContext | |
SessionContext |
UserContext.getSessionContext()
Returns the SessionContext associated with this UserContext. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |