public class CertificateGrantTypeClientImpl extends com.covisint.core.http.service.client.BaseResourceClient<CertificateGrantType> implements CertificateGrantTypeClient
CertificateGrantType.| Constructor and Description |
|---|
CertificateGrantTypeClientImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.CheckedFuture<CertificateGrantType,com.covisint.core.http.service.core.ServiceException> |
add(CertificateGrantType resource,
org.apache.http.protocol.HttpContext httpContext) |
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 id,
org.apache.http.protocol.HttpContext httpContext) |
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(CertificateGrantType resource,
org.apache.http.protocol.HttpContext httpContext) |
com.google.common.util.concurrent.CheckedFuture<CertificateGrantType,com.covisint.core.http.service.core.ServiceException> |
get(String id,
org.apache.http.protocol.HttpContext httpContext) |
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<CertificateGrantType,com.covisint.core.http.service.core.ServiceException> |
persist(CertificateGrantType resource,
org.apache.http.protocol.HttpContext httpContext) |
com.google.common.util.concurrent.CheckedFuture<List<CertificateGrantType>,com.covisint.core.http.service.core.ServiceException> |
search(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) |
com.google.common.util.concurrent.CheckedFuture<List<CertificateGrantType>,com.covisint.core.http.service.core.ServiceException> |
search(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,
com.google.common.net.MediaType mediaType,
String searchResourcesEndPoint) |
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 context)
Search for grant types based on the passed search criteria for a subject.
|
@Nonnull public 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)
get in interface CertificateGrantTypeClientsubjectId - The subject id.grantTypeId - The grant type id.httpContext - The http context.@Nonnull public 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 context)
search in interface CertificateGrantTypeClientsubjectId - The subject id.searchCriteria - search information about the querysortCriteria - sort information about the querypage - The page of data to retrieve.context - the HTTP Context containing session-level data@Nonnull public 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)
add in interface CertificateGrantTypeClientsubjectId - The subject id.certificateGrantType - The certificate grant type resource.httpContext - The http context.@Nonnull public 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)
delete in interface CertificateGrantTypeClientsubjectId - The subject id.grantTypeId - The grant type id.httpContext - The http context.public com.google.common.util.concurrent.CheckedFuture<CertificateGrantType,com.covisint.core.http.service.core.ServiceException> add(CertificateGrantType resource, org.apache.http.protocol.HttpContext httpContext)
add in interface com.covisint.core.http.service.client.ResourceClient<CertificateGrantType>add in class com.covisint.core.http.service.client.BaseResourceClient<CertificateGrantType>public com.google.common.util.concurrent.CheckedFuture<CertificateGrantType,com.covisint.core.http.service.core.ServiceException> delete(String id, org.apache.http.protocol.HttpContext httpContext)
delete in interface com.covisint.core.http.service.client.ResourceClient<CertificateGrantType>delete in class com.covisint.core.http.service.client.BaseResourceClient<CertificateGrantType>public com.google.common.util.concurrent.CheckedFuture<CertificateGrantType,com.covisint.core.http.service.core.ServiceException> get(CertificateGrantType resource, org.apache.http.protocol.HttpContext httpContext)
get in interface com.covisint.core.http.service.client.ResourceClient<CertificateGrantType>get in class com.covisint.core.http.service.client.BaseResourceClient<CertificateGrantType>public com.google.common.util.concurrent.CheckedFuture<CertificateGrantType,com.covisint.core.http.service.core.ServiceException> get(String id, org.apache.http.protocol.HttpContext httpContext)
get in interface com.covisint.core.http.service.client.ResourceClient<CertificateGrantType>get in class com.covisint.core.http.service.client.BaseResourceClient<CertificateGrantType>public com.google.common.util.concurrent.CheckedFuture<CertificateGrantType,com.covisint.core.http.service.core.ServiceException> persist(CertificateGrantType resource, org.apache.http.protocol.HttpContext httpContext)
persist in interface com.covisint.core.http.service.client.ResourceClient<CertificateGrantType>persist in class com.covisint.core.http.service.client.BaseResourceClient<CertificateGrantType>public com.google.common.util.concurrent.CheckedFuture<List<CertificateGrantType>,com.covisint.core.http.service.core.ServiceException> search(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 in interface com.covisint.core.http.service.client.ResourceClient<CertificateGrantType>search in class com.covisint.core.http.service.client.BaseResourceClient<CertificateGrantType>public com.google.common.util.concurrent.CheckedFuture<List<CertificateGrantType>,com.covisint.core.http.service.core.ServiceException> search(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, com.google.common.net.MediaType mediaType, String searchResourcesEndPoint)
search in interface com.covisint.core.http.service.client.ResourceClient<CertificateGrantType>search in class com.covisint.core.http.service.client.BaseResourceClient<CertificateGrantType>Copyright © 2015 Covisint. All rights reserved.