|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.session.SessionValidationContext
public class SessionValidationContext
This class handles context data to perform a session validation.
Method Summary | |
---|---|
String |
getSessionKey()
|
boolean |
mustSkipLastUserAccessTimeRegistering()
Indicates if the last user access time registering must be skipped from the session validation. |
SessionValidationContext |
skipLastUserAccessTimeRegistering()
Sets that the last user access time registering must be skipped from the session validation. |
static SessionValidationContext |
withSessionKey(String sessionKey)
Initializing a session validation context with the specified session key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SessionValidationContext withSessionKey(String sessionKey)
sessionKey
- the session key the context must provide.
public String getSessionKey()
public SessionValidationContext skipLastUserAccessTimeRegistering()
public boolean mustSkipLastUserAccessTimeRegistering()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |