public class ClientSecretGrantTypeClientImpl extends com.covisint.core.http.service.client.BaseResourceClient<ClientSecretGrantType> implements ClientSecretGrantTypeClient
ClientSecretGrantType.| Constructor and Description |
|---|
ClientSecretGrantTypeClientImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.CheckedFuture<ClientSecretGrantType,com.covisint.core.http.service.core.ServiceException> |
add(ClientSecretGrantType resource,
org.apache.http.protocol.HttpContext httpContext) |
com.google.common.util.concurrent.CheckedFuture<ClientSecretGrantType,com.covisint.core.http.service.core.ServiceException> |
add(String subjectId,
ClientSecretGrantType clientSecretGrantType,
org.apache.http.protocol.HttpContext httpContext)
create the client secret grant for a subject.
|
com.google.common.util.concurrent.CheckedFuture<ClientSecretGrantType,com.covisint.core.http.service.core.ServiceException> |
delete(String id,
org.apache.http.protocol.HttpContext httpContext) |
com.google.common.util.concurrent.CheckedFuture<ClientSecretGrantType,com.covisint.core.http.service.core.ServiceException> |
delete(String subjectId,
String grantTypeId,
org.apache.http.protocol.HttpContext httpContext)
Deletes the client secret grant for a subject.
|
com.google.common.util.concurrent.CheckedFuture<ClientSecretGrantType,com.covisint.core.http.service.core.ServiceException> |
get(ClientSecretGrantType resource,
org.apache.http.protocol.HttpContext httpContext) |
com.google.common.util.concurrent.CheckedFuture<ClientSecretGrantType,com.covisint.core.http.service.core.ServiceException> |
get(String id,
org.apache.http.protocol.HttpContext httpContext) |
com.google.common.util.concurrent.CheckedFuture<ClientSecretGrantType,com.covisint.core.http.service.core.ServiceException> |
get(String subjectId,
String grantTypeId,
org.apache.http.protocol.HttpContext httpContext)
Retrieves client secret grant for a subject.
|
com.google.common.util.concurrent.CheckedFuture<ClientSecretGrantType,com.covisint.core.http.service.core.ServiceException> |
persist(ClientSecretGrantType resource,
org.apache.http.protocol.HttpContext httpContext) |
com.google.common.util.concurrent.CheckedFuture<List<ClientSecretGrantType>,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<ClientSecretGrantType>,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<ClientSecretGrantType>,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<ClientSecretGrantType,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 ClientSecretGrantTypeClientsubjectId - The subject id.grantTypeId - The grant type id.httpContext - The http context.@Nonnull public com.google.common.util.concurrent.CheckedFuture<List<ClientSecretGrantType>,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 ClientSecretGrantTypeClientsubjectId - The subject id.searchCriteria - search information about the querysortCriteria - sort information about the querypage - the page of data to retrievecontext - the HTTP Context containing session-level data@Nonnull public com.google.common.util.concurrent.CheckedFuture<ClientSecretGrantType,com.covisint.core.http.service.core.ServiceException> add(@Nonnull@NotEmpty String subjectId, @Nonnull ClientSecretGrantType clientSecretGrantType, @Nonnull org.apache.http.protocol.HttpContext httpContext)
add in interface ClientSecretGrantTypeClientsubjectId - The subject id.clientSecretGrantType - The client secret grant type resource.httpContext - The http context.@Nonnull public com.google.common.util.concurrent.CheckedFuture<ClientSecretGrantType,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 ClientSecretGrantTypeClientsubjectId - The subject id.grantTypeId - The grant type id.httpContext - The http context.public com.google.common.util.concurrent.CheckedFuture<ClientSecretGrantType,com.covisint.core.http.service.core.ServiceException> add(ClientSecretGrantType resource, org.apache.http.protocol.HttpContext httpContext)
add in interface com.covisint.core.http.service.client.ResourceClient<ClientSecretGrantType>add in class com.covisint.core.http.service.client.BaseResourceClient<ClientSecretGrantType>public com.google.common.util.concurrent.CheckedFuture<ClientSecretGrantType,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<ClientSecretGrantType>delete in class com.covisint.core.http.service.client.BaseResourceClient<ClientSecretGrantType>public com.google.common.util.concurrent.CheckedFuture<ClientSecretGrantType,com.covisint.core.http.service.core.ServiceException> get(ClientSecretGrantType resource, org.apache.http.protocol.HttpContext httpContext)
get in interface com.covisint.core.http.service.client.ResourceClient<ClientSecretGrantType>get in class com.covisint.core.http.service.client.BaseResourceClient<ClientSecretGrantType>public com.google.common.util.concurrent.CheckedFuture<ClientSecretGrantType,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<ClientSecretGrantType>get in class com.covisint.core.http.service.client.BaseResourceClient<ClientSecretGrantType>public com.google.common.util.concurrent.CheckedFuture<ClientSecretGrantType,com.covisint.core.http.service.core.ServiceException> persist(ClientSecretGrantType resource, org.apache.http.protocol.HttpContext httpContext)
persist in interface com.covisint.core.http.service.client.ResourceClient<ClientSecretGrantType>persist in class com.covisint.core.http.service.client.BaseResourceClient<ClientSecretGrantType>public com.google.common.util.concurrent.CheckedFuture<List<ClientSecretGrantType>,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<ClientSecretGrantType>search in class com.covisint.core.http.service.client.BaseResourceClient<ClientSecretGrantType>public com.google.common.util.concurrent.CheckedFuture<List<ClientSecretGrantType>,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<ClientSecretGrantType>search in class com.covisint.core.http.service.client.BaseResourceClient<ClientSecretGrantType>Copyright © 2015 Covisint. All rights reserved.