| Interface | Description |
|---|---|
| AuthHandler |
Top-level Interface for the "auth handler" classes.
|
| ClientAuthHandler |
Client-side auth handler.
|
| ConsumerURLConnectionAuthHandler |
Client-side auth handler using HttpURLConnection
when the users do not require authcerendtial, such as in 2-Legged OAuth.
|
| HttpClientAuthHandler |
Client-side auth handler using Apache HttpClient...
|
| ProviderAuthHandler |
Server-side auth handler.
|
| SingleConsumerURLConnectionAuthHandler |
Client-side auth handler using HttpURLConnection
(when the users do not require authcerendtial, such as in 2-Legged OAuth).
|
| URLConnectionAuthHandler |
Client-side auth handler using HttpURLConnection...
|
| Class | Description |
|---|---|
| AbstractAuthHandler |
Copyright © 2013. All rights reserved.