public static interface SecurityQuestionSDK.SecurityQuestionClient
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.CheckedFuture<List<SecurityQuestion>,com.covisint.core.http.service.core.ServiceException> |
search(String ownerId,
String ownerType,
com.covisint.core.http.service.core.Page page)
Search for available security questions.
|
com.google.common.util.concurrent.CheckedFuture<SecurityQuestion,com.covisint.core.http.service.core.ServiceException> |
update(SecurityQuestion question)
Updates the given security question, creating if it doesn't already exist.
|
@Nonnull com.google.common.util.concurrent.CheckedFuture<List<SecurityQuestion>,com.covisint.core.http.service.core.ServiceException> search(String ownerId, String ownerType, @Nonnull com.covisint.core.http.service.core.Page page)
ownerId - The id of the security question owner. Must be specified if ownerType is
specified.ownerType - The type of the security question owner. Must be specified if ownerId is
specified.page - The pagination criteria. Pass Page.DEFAULT to return the standard result collection.@Nonnull com.google.common.util.concurrent.CheckedFuture<SecurityQuestion,com.covisint.core.http.service.core.ServiceException> update(@Nonnull SecurityQuestion question)
question - The security question to persist.Copyright © 2015 Covisint. All rights reserved.