public class UserContextStoreImpl extends Object implements UserContextStore
| Constructor and Description |
|---|
UserContextStoreImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String contextId) |
String |
get(String contextId) |
void |
put(String contextId,
String context) |
void |
remove(String contextId) |
public String get(String contextId)
get in interface UserContextStorepublic void put(String contextId, String context)
put in interface UserContextStorepublic boolean containsKey(String contextId)
containsKey in interface UserContextStorepublic void remove(String contextId)
remove in interface UserContextStoreCopyright © 2019 WSO2. All rights reserved.