public class SessionDataStore extends Object
Modifier and Type | Method and Description |
---|---|
void |
clearSessionData(String key,
String type) |
static SessionDataStore |
getInstance() |
SessionContextDO |
getSessionContextData(String key,
String type) |
Object |
getSessionData(String key,
String type) |
void |
persistSessionData(String key,
String type,
Object entry,
Timestamp timestamp,
int tenantId) |
void |
removeExpiredOperationData(Timestamp timestamp) |
void |
removeExpiredSessionData(Timestamp timestamp) |
void |
removeSessionData(String key,
String type,
Timestamp timestamp) |
void |
storeSessionData(String key,
String type,
Object entry) |
void |
storeSessionData(String key,
String type,
Object entry,
int tenantId) |
public static SessionDataStore getInstance()
public SessionContextDO getSessionContextData(String key, String type)
public void removeExpiredSessionData(Timestamp timestamp)
public void removeExpiredOperationData(Timestamp timestamp)
public void persistSessionData(String key, String type, Object entry, Timestamp timestamp, int tenantId)
Copyright © 2015 WSO2. All rights reserved.