public static interface PasswordAccountSDK.PasswordAccountClient
PasswordAccount resource APIs.| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.CheckedFuture<PasswordAccount,com.covisint.core.http.service.core.ServiceException> |
getPasswordAccount(String personId)
Retrieves the password account of the owning person.
|
com.google.common.util.concurrent.CheckedFuture<PasswordAccount,com.covisint.core.http.service.core.ServiceException> |
updatePasswordAccount(String personId,
PasswordAccount account)
Updates the password account on the server.
|
@Nonnull com.google.common.util.concurrent.CheckedFuture<PasswordAccount,com.covisint.core.http.service.core.ServiceException> getPasswordAccount(@Nonnull@NotEmpty String personId)
personId - The id of the password account owner.@Nonnull com.google.common.util.concurrent.CheckedFuture<PasswordAccount,com.covisint.core.http.service.core.ServiceException> updatePasswordAccount(@Nonnull@NotEmpty String personId, @Nonnull PasswordAccount account)
PasswordAccount.getOwner()personId - The id of the password account owner.account - The password account to persist.Copyright © 2015 Covisint. All rights reserved.