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