- 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
-
- ServiceProviderCatalogResource - Class in org.eclipse.lyo.oslc4j.core.resources
-
- ServiceProviderCatalogResource() - Constructor for class org.eclipse.lyo.oslc4j.core.resources.ServiceProviderCatalogResource
-
- ServiceProviderCatalogSingleton - Class in org.eclipse.lyo.oslc4j.core.servlet
-
- ServiceProviderRegistryClient - Class in org.eclipse.lyo.oslc4j.client
-
- ServiceProviderRegistryClient(Set<Class<?>>, String, String) - Constructor for class org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryClient
-
- ServiceProviderRegistryClient(Set<Class<?>>, String) - Constructor for class org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryClient
-
- ServiceProviderRegistryClient(Set<Class<?>>) - Constructor for class org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryClient
-
Construct a client to assist with registering and deregistering ServiceProvider
's.
- ServiceProviderRegistryURIs - Class in org.eclipse.lyo.oslc4j.client
-
- ServiceProviderResource - Class in org.eclipse.lyo.oslc4j.core.resources
-
- ServiceProviderResource() - Constructor for class org.eclipse.lyo.oslc4j.core.resources.ServiceProviderResource
-
- ServletListener - Class in org.eclipse.lyo.oslc4j.core.servlet
-
- ServletListener() - Constructor for class org.eclipse.lyo.oslc4j.core.servlet.ServletListener
-
- setApplication(Application) - Method in class org.eclipse.lyo.server.oauth.core.OAuthConfiguration
-
- setAuthorized(boolean) - Method in class org.eclipse.lyo.server.oauth.core.token.SimpleTokenStrategy.RequestTokenData
-
- setCallback(String) - Method in class org.eclipse.lyo.server.oauth.core.token.SimpleTokenStrategy.RequestTokenData
-
- setConsumerKey(String) - Method in class org.eclipse.lyo.server.oauth.core.token.SimpleTokenStrategy.RequestTokenData
-
- setConsumerStore(ConsumerStore) - Method in class org.eclipse.lyo.server.oauth.core.OAuthConfiguration
-
Sets the store used for managing consumers.
- setHttpRequest(HttpServletRequest) - Method in class org.eclipse.lyo.server.oauth.core.OAuthRequest
-
- setMessage(String) - Method in exception org.eclipse.lyo.server.oauth.core.utils.RestException
-
- setName(String) - Method in class org.eclipse.lyo.server.oauth.core.consumer.LyoOAuthConsumer
-
Sets the name of the consumer, which might be shown in the login dialog
and other user interfaces.
- setOAuthVersion(LyoOAuthConsumer.OAuthVersion) - Method in class org.eclipse.lyo.server.oauth.core.consumer.LyoOAuthConsumer
-
Sets the OAuth version that the consumer supports.
- setProvisional(boolean) - Method in class org.eclipse.lyo.server.oauth.core.consumer.LyoOAuthConsumer
-
- setStatusCode(int) - Method in exception org.eclipse.lyo.server.oauth.core.utils.RestException
-
- setTokenStrategy(TokenStrategy) - Method in class org.eclipse.lyo.server.oauth.core.OAuthConfiguration
-
Sets the strategy used to generate and verify OAuth tokens.
- setTrusted(boolean) - Method in class org.eclipse.lyo.server.oauth.core.consumer.LyoOAuthConsumer
-
Sets if this consumer is trusted.
- setV1_0Allowed(boolean) - Method in class org.eclipse.lyo.server.oauth.core.OAuthConfiguration
-
Sets if we allow OAuth 1.0.
- setValidator(OAuthValidator) - Method in class org.eclipse.lyo.server.oauth.core.OAuthConfiguration
-
Sets the OAuth validator for validating request signatures.
- setVerificationCode(String) - Method in class org.eclipse.lyo.server.oauth.core.token.SimpleTokenStrategy.RequestTokenData
-
- showApproveKeyPage(String) - Method in class org.eclipse.lyo.server.oauth.webapp.services.OAuthService
-
Shows the approval page for a single provisional consumer.
- showConsumerKeyManagementPage() - Method in class org.eclipse.lyo.server.oauth.webapp.services.OAuthService
-
Shows the consumer management page, which allows administrator to approve
or remove OAuth consumers.
- SimpleTokenStrategy - Class in org.eclipse.lyo.server.oauth.core.token
-
A simple strategy for generating and validating tokens.
- SimpleTokenStrategy() - Constructor for class org.eclipse.lyo.server.oauth.core.token.SimpleTokenStrategy
-
Constructs a SimpleTokenStrategy using the defaults for cache limits on request and access tokens.
- SimpleTokenStrategy(int, int) - Constructor for class org.eclipse.lyo.server.oauth.core.token.SimpleTokenStrategy
-
Constructs a SimpleTokenStrategy with cache limits on the number of
request and access tokens.
- SimpleTokenStrategy.RequestTokenData - Class in org.eclipse.lyo.server.oauth.core.token
-
Holds information associated with a request token such as the callback
URL and OAuth verification code.