public static interface SecurityQuestionAccountSDK.SecurityQuestionAccountClient
SecurityQuestionAccount resource APIs.| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.CheckedFuture<SecurityQuestionAccount,com.covisint.core.http.service.core.ServiceException> |
get(String personId)
Gets the person's security question account.
|
com.google.common.util.concurrent.CheckedFuture<SecurityQuestionAccount,com.covisint.core.http.service.core.ServiceException> |
update(String personId,
SecurityQuestionAccount account)
Updates the security question account for the given person, or creates one if it didn't previously exist.
|
@Nonnull com.google.common.util.concurrent.CheckedFuture<SecurityQuestionAccount,com.covisint.core.http.service.core.ServiceException> get(@Nonnull@NotEmpty String personId)
personId - The id of the person to retrieve the security question account.@Nonnull com.google.common.util.concurrent.CheckedFuture<SecurityQuestionAccount,com.covisint.core.http.service.core.ServiceException> update(@Nonnull@NotEmpty String personId, @Nonnull SecurityQuestionAccount account)
personId - The person id whose security question account we are updating.account - The security question account to update.Copyright © 2015 Covisint. All rights reserved.