|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Endpoint | |
---|---|
com.dyuproject.oauth |
Uses of Endpoint in com.dyuproject.oauth |
---|
Methods in com.dyuproject.oauth that return Endpoint | |
---|---|
Endpoint |
ConsumerContext.getEndpoint(String domain)
Gets an endpoint from this context from the given domain . |
Endpoint |
Consumer.getEndpoint(String domain)
Gets the endpoint from the given domain . |
static Endpoint |
Endpoint.load(InputStream in)
Loads an endpoint from the given InputStream in. |
static Endpoint |
Endpoint.load(Properties props)
Loads an endpoint from the given Properties props. |
static Endpoint |
Endpoint.load(Properties props,
String domain)
Loads an endpoint from the given Properties props configured for
the given domain . |
static Endpoint |
Endpoint.load(String resource)
Loads an endpoint from the given resource from the classpath. |
static Endpoint |
Endpoint.load(URL resource)
Loads an endpoint from the given URL resource. |
Methods in com.dyuproject.oauth with parameters of type Endpoint | |
---|---|
ConsumerContext |
ConsumerContext.addEndpoint(Endpoint ep)
Adds an Endpoint to this context. |
void |
Consumer.addEndpoint(Endpoint ep)
Adds an endpoint ep which would also be added
to the wrapped ConsumerContext . |
HttpConnector.Response |
Consumer.fetchToken(Endpoint ep,
Token token)
Fetches the token using the given endpoint and token - and returns the http response HttpConnector.Response . |
HttpConnector.Response |
Consumer.fetchToken(Endpoint ep,
TokenExchange exchange,
Token token)
Fetches the token using the given endpoint, exchange and token - and returns the http response HttpConnector.Response . |
HttpConnector.Response |
Consumer.fetchToken(Endpoint ep,
UrlEncodedParameterMap params,
TokenExchange exchange,
Token token)
Fetches the token using the given endpoint, params, exchange and token - and returns the http response HttpConnector.Response . |
static String |
HttpAuthTransport.getAuthHeaderValue(UrlEncodedParameterMap params,
Endpoint ep,
Token token,
NonceAndTimestamp nts,
Signature signature)
Gets the computed value for the "Authorization" header. |
abstract void |
TokenExchange.put(UrlEncodedParameterMap params,
Endpoint ep,
Token token)
Puts the necessary parameters on the request params based from the given endpoint and token. |
void |
Transport.putDefaults(UrlEncodedParameterMap params,
Endpoint ep,
Token token,
TokenExchange exchange,
NonceAndTimestamp nts,
Signature signature,
StringBuilder oauthBuffer,
StringBuilder requestBuffer)
Put the default oauth parameters on the UrlEncodedParameterMap params . |
HttpConnector.Response |
HttpAuthTransport.send(UrlEncodedParameterMap params,
Endpoint ep,
Token token,
TokenExchange exchange,
NonceAndTimestamp nts,
Signature signature,
HttpConnector connector)
|
abstract HttpConnector.Response |
Transport.send(UrlEncodedParameterMap params,
Endpoint ep,
Token token,
TokenExchange exchange,
NonceAndTimestamp nts,
Signature signature,
HttpConnector connector)
Sends the params to the service provided and returns the http response HttpConnector.Response . |
HttpConnector.Response |
HttpPostTransport.send(UrlEncodedParameterMap params,
Endpoint ep,
Token token,
TokenExchange exchange,
NonceAndTimestamp nts,
Signature signature,
HttpConnector connector)
|
HttpConnector.Response |
HttpGetTransport.send(UrlEncodedParameterMap params,
Endpoint ep,
Token token,
TokenExchange exchange,
NonceAndTimestamp nts,
Signature signature,
HttpConnector connector)
|
Constructor parameters in com.dyuproject.oauth with type arguments of type Endpoint | |
---|---|
ConsumerContext(HttpConnector httpConnector,
NonceAndTimestamp nonceAndTimestamp,
Map<String,Endpoint> endpoints)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |