- OAUTH_ACCESS_TOKEN_URL - Static variable in interface org.eclipse.lyo.client.oslc.jazz.JazzRootServicesConstants
-
- OAUTH_APPROVAL_MODULE_URL - Static variable in interface org.eclipse.lyo.client.oslc.jazz.JazzRootServicesConstants
-
- OAUTH_REALM_NAME - Static variable in interface org.eclipse.lyo.client.oslc.jazz.JazzRootServicesConstants
-
- OAUTH_REQUEST_CONSUMER_KEY_URL - Static variable in interface org.eclipse.lyo.client.oslc.jazz.JazzRootServicesConstants
-
- OAUTH_REQUEST_TOKEN_URL - Static variable in interface org.eclipse.lyo.client.oslc.jazz.JazzRootServicesConstants
-
- OAUTH_USER_AUTH_URL - Static variable in interface org.eclipse.lyo.client.oslc.jazz.JazzRootServicesConstants
-
- OAuthHttpPool() - Constructor for class org.eclipse.lyo.client.oslc.OslcClient.OAuthHttpPool
-
- OAuthRedirectException - Exception in org.eclipse.lyo.client.oslc
-
- OAuthRedirectException(String, OAuthAccessor) - Constructor for exception org.eclipse.lyo.client.oslc.OAuthRedirectException
-
- org.eclipse.lyo.client.exception - package org.eclipse.lyo.client.exception
-
- org.eclipse.lyo.client.oslc - package org.eclipse.lyo.client.oslc
-
- org.eclipse.lyo.client.oslc.jazz - package org.eclipse.lyo.client.oslc.jazz
-
- org.eclipse.lyo.client.oslc.resources - package org.eclipse.lyo.client.oslc.resources
-
- OSLC_AM_V2 - Static variable in interface org.eclipse.lyo.client.oslc.OSLCConstants
-
- OSLC_ASSET_V2 - Static variable in interface org.eclipse.lyo.client.oslc.OSLCConstants
-
- OSLC_AUTO - Static variable in interface org.eclipse.lyo.client.oslc.OSLCConstants
-
- OSLC_CM - Static variable in interface org.eclipse.lyo.client.oslc.OSLCConstants
-
- OSLC_CM_V2 - Static variable in interface org.eclipse.lyo.client.oslc.OSLCConstants
-
- OSLC_CORE_VERSION - Static variable in interface org.eclipse.lyo.client.oslc.OSLCConstants
-
- OSLC_DISC - Static variable in interface org.eclipse.lyo.client.oslc.OSLCConstants
-
- OSLC_QM - Static variable in interface org.eclipse.lyo.client.oslc.OSLCConstants
-
- OSLC_QM_V2 - Static variable in interface org.eclipse.lyo.client.oslc.OSLCConstants
-
- OSLC_RM - Static variable in interface org.eclipse.lyo.client.oslc.OSLCConstants
-
- OSLC_RM_V2 - Static variable in interface org.eclipse.lyo.client.oslc.OSLCConstants
-
- OSLC_V2 - Static variable in interface org.eclipse.lyo.client.oslc.OSLCConstants
-
- OslcClient - Class in org.eclipse.lyo.client.oslc
-
An OSLC Client.
- OslcClient() - Constructor for class org.eclipse.lyo.client.oslc.OslcClient
-
Initialize a new OslcClient using an Apache Http Components 4 Http client and configuration.
- OslcClient(TrustManager[], X509HostnameVerifier) - Constructor for class org.eclipse.lyo.client.oslc.OslcClient
-
Initialize a new OslcClient using an Apache Http Components 4 Http client and configuration.
- OslcClient.OAuthHttpPool - Class in org.eclipse.lyo.client.oslc
-
- OslcClientApplicationException - Exception in org.eclipse.lyo.client.exception
-
Base class for all application exceptions.
- OslcClientApplicationException(String, Object[]) - Constructor for exception org.eclipse.lyo.client.exception.OslcClientApplicationException
-
- OslcClientApplicationException(String, Object[], Throwable) - Constructor for exception org.eclipse.lyo.client.exception.OslcClientApplicationException
-
- OSLCConstants - Interface in org.eclipse.lyo.client.oslc
-
General OSLC constants
- OslcOAuthClient - Class in org.eclipse.lyo.client.oslc
-
- OslcOAuthClient(String, String, String, String, String) - Constructor for class org.eclipse.lyo.client.oslc.OslcOAuthClient
-
Initialize an OAuthClient with the required OAuth URLs
- OslcOAuthClient(String, String, String, String, String, String) - Constructor for class org.eclipse.lyo.client.oslc.OslcOAuthClient
-
- OslcOAuthClient(String, String, String, String, String, String, String) - Constructor for class org.eclipse.lyo.client.oslc.OslcOAuthClient
-
- OslcOAuthClient(String, String) - Constructor for class org.eclipse.lyo.client.oslc.OslcOAuthClient
-
Creates a two-legged OAuth client.
- OslcQuery - Class in org.eclipse.lyo.client.oslc.resources
-
Represents an OSLC query (HTTP GET) request to be made of a remote system.
- OslcQuery(OslcClient, String) - Constructor for class org.eclipse.lyo.client.oslc.resources.OslcQuery
-
Create an OSLC query that uses the remote system's default page size.
- OslcQuery(OslcClient, String, OslcQueryParameters) - Constructor for class org.eclipse.lyo.client.oslc.resources.OslcQuery
-
Create an OSLC query with query parameters that uses the default page size
- OslcQuery(OslcClient, String, int) - Constructor for class org.eclipse.lyo.client.oslc.resources.OslcQuery
-
Create an OSLC query that uses the given page size
- OslcQuery(OslcClient, String, int, OslcQueryParameters) - Constructor for class org.eclipse.lyo.client.oslc.resources.OslcQuery
-
Create an OSLC query that uses OSLC query parameters and the given page size
- OslcQueryParameters - Class in org.eclipse.lyo.client.oslc.resources
-
A container for OSLC Query parameters which can be associated with an OslcQuery object.
- OslcQueryParameters() - Constructor for class org.eclipse.lyo.client.oslc.resources.OslcQueryParameters
-
- OslcQueryParameters(String, String, String, String, String) - Constructor for class org.eclipse.lyo.client.oslc.resources.OslcQueryParameters
-
Initialize an OSLC Parameter using the supplied terms
- OslcQueryResult - Class in org.eclipse.lyo.client.oslc.resources
-
The results of an OSLC query.
- OslcQueryResult(OslcQuery, ClientResponse) - Constructor for class org.eclipse.lyo.client.oslc.resources.OslcQueryResult
-