- 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.
 
- 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
 
-  
 
- getKey() - Method in class org.eclipse.lyo.server.oauth.core.consumer.LyoOAuthConsumer
 
-  
 
- 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.
 
- 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.
 
- 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.
 
- 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
 
-  
 
- ServletListener - Class in org.eclipse.lyo.server.oauth.webapp.services
 
-  
 
- ServletListener() - Constructor for class org.eclipse.lyo.server.oauth.webapp.services.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.