Package | Description |
---|---|
com.sun.jersey.oauth.server | |
com.sun.jersey.oauth.server.api.providers | |
com.sun.jersey.oauth.server.spi |
Constructor and Description |
---|
OAuthSecurityContext(OAuthConsumer consumer,
boolean isSecure) |
Modifier and Type | Class and Description |
---|---|
static class |
DefaultOAuthProvider.Consumer
Simple read-only implementation of
OAuthConsumer . |
Modifier and Type | Method and Description |
---|---|
OAuthConsumer |
DefaultOAuthProvider.Token.getConsumer() |
Modifier and Type | Method and Description |
---|---|
OAuthConsumer |
OAuthToken.getConsumer()
Returns consumer this token was issued for.
|
OAuthConsumer |
OAuthProvider.getConsumer(String consumerKey)
Gets consumer corresponding to a given consumer key.
|
Copyright © 2013 Oracle Corporation. All rights reserved.