- generateAccessToken(OAuthRequest) - Method in class org.eclipse.lyo.server.oauth.core.token.SimpleTokenStrategy
 
-  
 
- generateAccessToken(OAuthRequest) - Method in interface org.eclipse.lyo.server.oauth.core.token.TokenStrategy
 
- 
Generates an access token and token secret and sets it in the accessor in
 the 
OAuthRequest.
 
 
- generateRequestToken(OAuthRequest) - Method in class org.eclipse.lyo.server.oauth.core.token.SimpleTokenStrategy
 
-  
 
- generateRequestToken(OAuthRequest) - Method in interface org.eclipse.lyo.server.oauth.core.token.TokenStrategy
 
- 
Generates a request token and token secret and sets it in the accessor in
 the 
OAuthRequest.
 
 
- generateTokenString() - Method in class org.eclipse.lyo.server.oauth.core.token.SimpleTokenStrategy
 
- 
Creates a unique, random string to use for tokens.
 
- generateVerificationCode(HttpServletRequest, String) - Method in class org.eclipse.lyo.server.oauth.core.token.SimpleTokenStrategy
 
-  
 
- generateVerificationCode(HttpServletRequest, String) - Method in interface org.eclipse.lyo.server.oauth.core.token.TokenStrategy
 
- 
Generates an "unguessable" OAuth verification code.
 
- getAccessor() - Method in class org.eclipse.lyo.server.oauth.core.OAuthRequest
 
-  
 
- getAllConsumers() - Method in class org.eclipse.lyo.server.oauth.core.consumer.AbstractConsumerStore
 
-  
 
- getAllConsumers() - Method in interface org.eclipse.lyo.server.oauth.core.consumer.ConsumerStore
 
- 
Gets all OAuth consumers.
 
- getAllConsumers() - Method in class org.eclipse.lyo.server.oauth.webapp.services.ConsumersService
 
-  
 
- getApplication() - Method in class org.eclipse.lyo.server.oauth.core.OAuthConfiguration
 
-  
 
- getCallback(HttpServletRequest, String) - Method in class org.eclipse.lyo.server.oauth.core.token.SimpleTokenStrategy
 
-  
 
- getCallback() - Method in class org.eclipse.lyo.server.oauth.core.token.SimpleTokenStrategy.RequestTokenData
 
-  
 
- getCallback(HttpServletRequest, String) - Method in interface org.eclipse.lyo.server.oauth.core.token.TokenStrategy
 
- 
Gets the OAuth callback associated with this consumer for OAuth 1.0a
 authentication flows.
 
- getClasses() - Method in class org.eclipse.lyo.oslc4j.application.OslcWinkApplication
 
-  
 
- getClient() - Method in class org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryClient
 
-  
 
- getClientResource() - Method in class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
-  
 
- getCompact() - Method in class org.eclipse.lyo.oslc4j.core.resources.ServiceProviderCatalogResource
 
-  
 
- getCompact(String) - Method in class org.eclipse.lyo.oslc4j.core.resources.ServiceProviderResource
 
-  
 
- getConnector(HttpServletRequest) - Static method in class org.eclipse.lyo.server.oauth.core.utils.AbstractAdapterCredentialsFilter
 
- 
get Connector assigned to this request
 
 The connector should be placed in the session by the CredentialsFilter servlet filter
 
- getConsumer(OAuthMessage) - Method in class org.eclipse.lyo.server.oauth.core.consumer.AbstractConsumerStore
 
-  
 
- getConsumer(String) - Method in class org.eclipse.lyo.server.oauth.core.consumer.AbstractConsumerStore
 
-  
 
- getConsumer(OAuthMessage) - Method in interface org.eclipse.lyo.server.oauth.core.consumer.ConsumerStore
 
- 
Gets the consumer for this message.
 
- getConsumer(String) - Method in interface org.eclipse.lyo.server.oauth.core.consumer.ConsumerStore
 
- 
Gets the consumer for a key.
 
- getConsumer() - Method in class org.eclipse.lyo.server.oauth.core.OAuthRequest
 
-  
 
- getConsumerKey() - Method in class org.eclipse.lyo.server.oauth.core.token.SimpleTokenStrategy.RequestTokenData
 
-  
 
- getConsumerStore() - Method in class org.eclipse.lyo.server.oauth.core.OAuthConfiguration
 
- 
Gets the store used for managing consumers.
 
- getCredentials(HttpServletRequest) - Static method in class org.eclipse.lyo.server.oauth.core.utils.AbstractAdapterCredentialsFilter
 
- 
Get Credentials for this session
 
- getCredentialsForOAuth(String, String) - Method in class org.eclipse.lyo.server.oauth.core.utils.AbstractAdapterCredentialsFilter
 
- 
Create a Credentials object from given user id and password.
 
- getCredentialsFromRequest(HttpServletRequest) - Method in class org.eclipse.lyo.server.oauth.core.utils.AbstractAdapterCredentialsFilter
 
- 
Extract credentials from the request and return it.
 
- getDisplayName() - Method in class org.eclipse.lyo.server.oauth.core.utils.AbstractAdapterCredentialsFilter
 
-  
 
- getHttpRequest() - Method in class org.eclipse.lyo.server.oauth.core.OAuthRequest
 
-  
 
- getInstance() - Static method in class org.eclipse.lyo.server.oauth.core.OAuthConfiguration
 
-  
 
- getInstances() - Method in class org.eclipse.lyo.oslc4j.application.OslcWinkApplication
 
-  
 
- getKey() - Method in class org.eclipse.lyo.server.oauth.core.consumer.LyoOAuthConsumer
 
-  
 
- getMediaType() - Method in class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
-  
 
- getMessage() - Method in exception org.eclipse.lyo.server.oauth.core.consumer.ConsumerStoreException
 
-  
 
- getMessage() - Method in class org.eclipse.lyo.server.oauth.core.OAuthRequest
 
-  
 
- getMessage() - Method in exception org.eclipse.lyo.server.oauth.core.utils.RestException
 
-  
 
- getName() - Method in interface org.eclipse.lyo.server.oauth.core.Application
 
- 
Gets the name of the application to show in the login dialog.
 
- getName() - Method in class org.eclipse.lyo.server.oauth.core.consumer.LyoOAuthConsumer
 
- 
Gets the name of the consumer, which might be shown in the login dialog
 and other user interfaces.
 
- getOAuthRealm() - Method in class org.eclipse.lyo.server.oauth.core.utils.AbstractAdapterCredentialsFilter
 
-  
 
- getOAuthVersion() - Method in class org.eclipse.lyo.server.oauth.core.consumer.LyoOAuthConsumer
 
- 
Gets the OAuth version that the consumer supports.
 
- getOslcResource(Class<T>) - Method in class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
-  
 
- getOslcResources(Class<T[]>) - Method in class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
-  
 
- getOslcResources(EntityType<T>) - Method in class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
-  
 
- getPriority() - Method in class org.eclipse.lyo.oslc4j.application.OslcWinkApplication
 
-  
 
- getProviders() - Method in class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
-  
 
- getReadTimeout() - Method in class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
-  
 
- getRealm(HttpServletRequest) - Method in interface org.eclipse.lyo.server.oauth.core.Application
 
- 
Gets the realm to be included in OAuth problem responses.
 
- getRequestTokenData(OAuthRequest) - Method in class org.eclipse.lyo.server.oauth.core.token.SimpleTokenStrategy
 
- 
Gets the request token data from this OAuth request.
 
- getRequestTokenData(String) - Method in class org.eclipse.lyo.server.oauth.core.token.SimpleTokenStrategy
 
- 
Gets the request token data for this request token.
 
- getResourceShape(HttpServletRequest, String) - Method in class org.eclipse.lyo.oslc4j.application.OslcResourceShapeResource
 
-  
 
- getSecreteKey(String) - Method in class org.eclipse.lyo.server.oauth.consumerstore.FileSystemConsumerStore
 
- 
It generate Secret Key of length 32 bytes using user provided key.
 
- getServiceProvider() - Method in class org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryClient
 
- 
If a ServiceProvider is being used as a ServiceProvider registry without an owning ServiceProviderCatalog,
 this will return the ServiceProvider.
 
- getServiceProvider(String) - Method in class org.eclipse.lyo.oslc4j.core.resources.ServiceProviderResource
 
-  
 
- getServiceProvider(String) - Static method in class org.eclipse.lyo.oslc4j.core.servlet.ServiceProviderCatalogSingleton
 
-  
 
- getServiceProviderCatalog() - Method in class org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryClient
 
- 
If a ServiceProviderCatalog is being used, this will return that object.
 
- getServiceProviderCatalog() - Method in class org.eclipse.lyo.oslc4j.core.resources.ServiceProviderCatalogResource
 
-  
 
- getServiceProviderCatalog() - Static method in class org.eclipse.lyo.oslc4j.core.servlet.ServiceProviderCatalogSingleton
 
-  
 
- getServiceProviderCatalogs() - Method in class org.eclipse.lyo.oslc4j.core.resources.ServiceProviderCatalogResource
 
-  
 
- getServiceProviderRegistryURI() - Static method in class org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryURIs
 
-  
 
- getServiceProviders() - Method in class org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryClient
 
- 
Return the registered ServiceProvider's.
 
- getServiceProviders() - Method in class org.eclipse.lyo.oslc4j.core.resources.ServiceProviderResource
 
-  
 
- getServiceProviders() - Static method in class org.eclipse.lyo.oslc4j.core.servlet.ServiceProviderCatalogSingleton
 
-  
 
- getStatusCode() - Method in exception org.eclipse.lyo.server.oauth.core.utils.RestException
 
-  
 
- getTokenSecret(HttpServletRequest, String) - Method in class org.eclipse.lyo.server.oauth.core.token.SimpleTokenStrategy
 
-  
 
- getTokenSecret(HttpServletRequest, String) - Method in interface org.eclipse.lyo.server.oauth.core.token.TokenStrategy
 
- 
Gets the token secret for token to validate signatures.
 
- getTokenStrategy() - Method in class org.eclipse.lyo.server.oauth.core.OAuthConfiguration
 
- 
Gets the strategy used to generate and verify OAuth tokens.
 
- getUIURI() - Static method in class org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryURIs
 
-  
 
- getUri() - Method in class org.eclipse.lyo.oslc4j.client.OslcRestClient
 
-  
 
- getValidator() - Method in class org.eclipse.lyo.server.oauth.core.OAuthConfiguration
 
- 
Gets the OAuth validator for validating request signatures.
 
- getVerificationCode() - Method in class org.eclipse.lyo.server.oauth.core.token.SimpleTokenStrategy.RequestTokenData
 
-