- getAccessToken(String) - Method in class com.sun.jersey.oauth.server.api.providers.DefaultOAuthProvider
-
- getAccessToken(String) - Method in interface com.sun.jersey.oauth.server.spi.OAuthProvider
-
Returns the access token by the consumer key and token value.
- getAccessTokens(String) - Method in class com.sun.jersey.oauth.server.api.providers.DefaultOAuthProvider
-
Returns a list of access tokens authorized with the supplied principal name.
- getAttributes() - Method in class com.sun.jersey.oauth.server.api.providers.DefaultOAuthProvider.Consumer
-
Returns additional attributes associated with the consumer (e.g.
- getAttributes() - Method in class com.sun.jersey.oauth.server.api.providers.DefaultOAuthProvider.Token
-
- getAttributes() - Method in interface com.sun.jersey.oauth.server.spi.OAuthToken
-
Returns additional custom attributes associated with the token.
- getCallbackUrl() - Method in class com.sun.jersey.oauth.server.api.providers.DefaultOAuthProvider.Token
-
Returns callback URL for this token (applicable just to request tokens)
- getConsumer(String) - Method in class com.sun.jersey.oauth.server.api.providers.DefaultOAuthProvider
-
- getConsumer() - Method in class com.sun.jersey.oauth.server.api.providers.DefaultOAuthProvider.Token
-
- getConsumer(String) - Method in interface com.sun.jersey.oauth.server.spi.OAuthProvider
-
Gets consumer corresponding to a given consumer key.
- getConsumer() - Method in interface com.sun.jersey.oauth.server.spi.OAuthToken
-
Returns consumer this token was issued for.
- getConsumers(String) - Method in class com.sun.jersey.oauth.server.api.providers.DefaultOAuthProvider
-
Returns a set of consumers registered by a given owner.
- getKey() - Method in class com.sun.jersey.oauth.server.api.providers.DefaultOAuthProvider.Consumer
-
- getKey() - Method in interface com.sun.jersey.oauth.server.spi.OAuthConsumer
-
Returns consumer key.
- getOwner() - Method in class com.sun.jersey.oauth.server.api.providers.DefaultOAuthProvider.Consumer
-
Returns identifier of owner of this consumer - i.e.
- getPrincipal() - Method in class com.sun.jersey.oauth.server.api.providers.DefaultOAuthProvider.Consumer
-
- getPrincipal() - Method in class com.sun.jersey.oauth.server.api.providers.DefaultOAuthProvider.Token
-
- getPrincipal() - Method in interface com.sun.jersey.oauth.server.spi.OAuthConsumer
-
Returns a Principal object representing this consumer.
- getPrincipal() - Method in interface com.sun.jersey.oauth.server.spi.OAuthToken
-
Returns a Principal object containing the name of the
user the request containing this token is authorized to act on behalf of.
- getRequestToken(String) - Method in class com.sun.jersey.oauth.server.api.providers.DefaultOAuthProvider
-
- getRequestToken(String) - Method in interface com.sun.jersey.oauth.server.spi.OAuthProvider
-
Returns the request token by the consumer key and token value.
- getSecret() - Method in class com.sun.jersey.oauth.server.api.providers.DefaultOAuthProvider.Consumer
-
- getSecret() - Method in class com.sun.jersey.oauth.server.api.providers.DefaultOAuthProvider.Token
-
- getSecret() - Method in interface com.sun.jersey.oauth.server.spi.OAuthConsumer
-
Returns consumer secret.
- getSecret() - Method in interface com.sun.jersey.oauth.server.spi.OAuthToken
-
Returns the token secret.
- getToken() - Method in class com.sun.jersey.oauth.server.api.providers.DefaultOAuthProvider.Token
-
- getToken() - Method in interface com.sun.jersey.oauth.server.spi.OAuthToken
-
Returns string representing the token.