public class DefaultUserStorageService extends Object implements UserStorageService
| Constructor and Description |
|---|
DefaultUserStorageService(com.atlassian.bandana.BandanaManager bandanaManager) |
| 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
|
public DefaultUserStorageService(com.atlassian.bandana.BandanaManager bandanaManager)
public boolean isKeyStoredForCurrentUser(String key)
UserStorageServiceisKeyStoredForCurrentUser in interface UserStorageServicepublic void storeKeyForCurrentUser(String key)
UserStorageServicestoreKeyForCurrentUser in interface UserStorageServiceCopyright © 2017 Atlassian. All rights reserved.