public interface IdentityManagement
Modifier and Type | Method and Description |
---|---|
void |
changePassword(char[] pwd)
Changes password for current user.
|
UserInformation |
currentUserInformation()
Returns information for authenticated user
|
IdentityPrivileges |
currentUserVaultsPrivileges()
Returns effective vault privileges for the current (authenticated) user
|
AppCapabilities |
getAppCapabilities(java.lang.String appName)
Returns the application capabilities assigned to the current user for the application specified
|
AccessKey |
retrieveAccessKey(java.lang.String accessKeyId)
Returns AccessKey associated with a given AccessKey ID.
|
AccessKey retrieveAccessKey(java.lang.String accessKeyId) throws java.io.IOException
java.io.IOException
void changePassword(char[] pwd) throws java.io.IOException
java.io.IOException
UserInformation currentUserInformation()
IdentityPrivileges currentUserVaultsPrivileges() throws java.io.IOException
java.io.IOException
AppCapabilities getAppCapabilities(java.lang.String appName) throws java.io.IOException
java.io.IOException