public class StorageResource extends Object
| Constructor and Description |
|---|
StorageResource(UserStorageService userStorageService) |
| Modifier and Type | Method and Description |
|---|---|
String |
isKeyStoredForCurrentUser(String key)
Check current user is in storage or not
|
javax.ws.rs.core.Response |
storeKeyForCurrentUser(String key)
Add current user to storage
|
public StorageResource(UserStorageService userStorageService)
public javax.ws.rs.core.Response storeKeyForCurrentUser(String key)
key - feature discovery keyCopyright © 2017 Atlassian. All rights reserved.