public interface UserStorageService
| Modifier and Type | Method and Description |
|---|---|
boolean |
isKeyStoredForCurrentUser(String key)
Check if a particular key for the current user is stored
|
void |
storeKeyForCurrentUser(String key)
Add provided key to the storage for current user
|
Copyright © 2017 Atlassian. All rights reserved.