public class MgmtApi extends Object
| Constructor and Description |
|---|
MgmtApi() |
public ApiInvoker getInvoker()
public void setBasePath(String basePath)
public String getBasePath()
public UserInfoResponse GetUserProfile(String userId) throws ApiException
ApiExceptionpublic UpdateUserResponse UpdateUserProfile(String userId, UserInfo body) throws ApiException
ApiExceptionpublic ChangePasswordResponse ChangeUserPassword(String userId, UserPasswordInfo body) throws ApiException
ApiExceptionpublic UserInfoResponse GetUserProfileByResetToken(String callerId, String token) throws ApiException
ApiExceptionpublic UserInfoResponse GetUserProfileByVerifToken(String callerId, String token) throws ApiException
ApiExceptionpublic UserInfoResponse GetUserProfileByClaimedToken(String callerId, String token) throws ApiException
ApiExceptionpublic UserInfoResponse GetAlienUserProfile(String callerId, String userId) throws ApiException
ApiExceptionpublic UpdateUserResponse UpdateAlienUserProfile(String callerId, String userId, UserInfo body) throws ApiException
ApiExceptionpublic CreateUserResponse CreateUser(String callerId, UserInfo body) throws ApiException
ApiExceptionpublic UserInfoResponse CreateUserLogin(String callerId, String userId, String password) throws ApiException
ApiExceptionpublic ChangePasswordResponse ChangeAlienUserPassword(String callerId, String userId, UserPasswordInfo body) throws ApiException
ApiExceptionpublic ResetPasswordResponse ResetUserPassword(String callerId, String userId) throws ApiException
ApiExceptionpublic GetStorageProvidersResponse GetStorageProviders(String userId) throws ApiException
ApiExceptionpublic AddStorageProviderResponse AddStorageProvider(String userId, String provider, StorageProviderInfo body) throws ApiException
ApiExceptionpublic UpdateStorageProviderResponse UpdateStorageProvider(String userId, String provider, StorageProviderInfo body) throws ApiException
ApiExceptionpublic GetRolesResponse GetRoles(String userId) throws ApiException
ApiExceptionpublic GetRolesResponse GetUserRoles(String callerId, String userId) throws ApiException
ApiExceptionpublic SetUserRolesResponse SetUserRoles(String callerId, String userId, List<RoleInfo> body) throws ApiException
ApiExceptionpublic GetAccountResponse GetAccount(String userId) throws ApiException
ApiExceptionpublic DeleteAccountResponse DeleteAccount(String userId) throws ApiException
ApiExceptionpublic GetAccountUsersResponse GetAccountUsers(String adminId) throws ApiException
ApiExceptionpublic UpdateAccountUserResponse UpdateAccountUser(String adminId, String userName, UserInfo body) throws ApiException
ApiExceptionpublic DeleteAccountUserResponse DeleteAccountUser(String adminId, String userName) throws ApiException
ApiExceptionpublic GetUserEmbedKeyResponse GetUserEmbedKey(String userId, String area) throws ApiException
ApiExceptionpublic GetUserEmbedKeyResponse GetUserEmbedKeyFromGuid(String callerId, String guid) throws ApiException
ApiExceptionpublic GetUserEmbedKeyResponse GenerateKeyForUser(String userId, String area) throws ApiException
ApiExceptionCopyright © 2012. All Rights Reserved.