public interface UserContextStore
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String contextId) |
String |
get(String contextId) |
void |
put(String contextId,
String context) |
void |
remove(String contextId) |
Copyright © 2019 WSO2. All rights reserved.