public interface CertificateGrantTypeClient extends com.covisint.core.http.service.client.ResourceClient<CertificateGrantType>
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.CheckedFuture<CertificateGrantType,com.covisint.core.http.service.core.ServiceException> |
add(String subjectId,
CertificateGrantType certificateGrantType,
org.apache.http.protocol.HttpContext httpContext)
create the certificate grant for a subject.
|
com.google.common.util.concurrent.CheckedFuture<CertificateGrantType,com.covisint.core.http.service.core.ServiceException> |
delete(String subjectId,
String grantTypeId,
org.apache.http.protocol.HttpContext httpContext)
Deletes the certificate grant for a subject.
|
com.google.common.util.concurrent.CheckedFuture<CertificateGrantType,com.covisint.core.http.service.core.ServiceException> |
get(String subjectId,
String grantTypeId,
org.apache.http.protocol.HttpContext httpContext)
Retrieves certificate grant for a subject.
|
com.google.common.util.concurrent.CheckedFuture<List<CertificateGrantType>,com.covisint.core.http.service.core.ServiceException> |
search(String subjectId,
com.google.common.collect.Multimap<String,String> searchCriteria,
com.covisint.core.http.service.core.SortCriteria sortCriteria,
com.covisint.core.http.service.core.Page page,
org.apache.http.protocol.HttpContext httpContext)
Search for grant types based on the passed search criteria for a subject.
|
@Nonnull com.google.common.util.concurrent.CheckedFuture<CertificateGrantType,com.covisint.core.http.service.core.ServiceException> get(@Nonnull@NotEmpty String subjectId, @Nonnull@NotEmpty String grantTypeId, @Nonnull org.apache.http.protocol.HttpContext httpContext)
subjectId - The subject id.grantTypeId - The grant type id.httpContext - The http context.@Nonnull com.google.common.util.concurrent.CheckedFuture<List<CertificateGrantType>,com.covisint.core.http.service.core.ServiceException> search(@Nonnull@NotEmpty String subjectId, @Nonnull com.google.common.collect.Multimap<String,String> searchCriteria, @Nonnull com.covisint.core.http.service.core.SortCriteria sortCriteria, @Nonnull com.covisint.core.http.service.core.Page page, @Nonnull org.apache.http.protocol.HttpContext httpContext)
subjectId - The subject id.searchCriteria - search information about the querysortCriteria - sort information about the querypage - The page of data to retrieve.httpContext - the HTTP Context containing session-level data@Nonnull com.google.common.util.concurrent.CheckedFuture<CertificateGrantType,com.covisint.core.http.service.core.ServiceException> add(@Nonnull@NotEmpty String subjectId, @Nonnull CertificateGrantType certificateGrantType, @Nonnull org.apache.http.protocol.HttpContext httpContext)
subjectId - The subject id.certificateGrantType - The certificate grant type resource.httpContext - The http context.@Nonnull com.google.common.util.concurrent.CheckedFuture<CertificateGrantType,com.covisint.core.http.service.core.ServiceException> delete(@Nonnull@NotEmpty String subjectId, @Nonnull@NotEmpty String grantTypeId, @Nonnull org.apache.http.protocol.HttpContext httpContext)
subjectId - The subject id.grantTypeId - The grant type id.httpContext - The http context.Copyright © 2015 Covisint. All rights reserved.