public interface UserDataHolder
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAllUserData()
Get all of the user data
|
String |
getUserData(String key)
Get a named data value.
|
void |
putUserData(String key,
String val)
Put a named data value.
|
void |
reload()
reload this object from the server
|
void |
removeUserData(String key)
Remove a named data value.
|
void reload()
throws IamSvcException
IamSvcException - if there's a problem in the IAM serviceString getUserData(String key) throws IamSvcException
key - a key for a user data entryIamSvcException - if there's a problem in the IAM servicevoid putUserData(String key, String val) throws IamSvcException
key - a key for the user data entryval - a value to storeIamSvcException - if there's a problem in the IAM servicevoid removeUserData(String key) throws IamSvcException
key - a key for a user data entryIamSvcException - if there's a problem in the IAM serviceMap<String,String> getAllUserData() throws IamSvcException
IamSvcException - if there's a problem in the IAM serviceCopyright © 2023 continual.io. All rights reserved.