| Package | Description |
|---|---|
| org.miniauth.web |
Top-level package for MiniAuth Web module.
|
| org.miniauth.web.oauth |
(Place holder, for now.)
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientAuthHandler
Client-side auth handler.
|
interface |
HttpClientAuthHandler
Client-side auth handler using Apache HttpClient...
|
interface |
ProviderAuthHandler
Server-side auth handler.
|
interface |
URLConnectionAuthHandler
Client-side auth handler using HttpURLConnection...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuthHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
OAuthAuthHandler
Base class for OAuthProviderAuthHandler and client side AuthHandler implmentations.
|
class |
OAuthProviderAuthHandler
OAuthAuthHandler implementation for provider side.
|
class |
OAuthURLConnectionAuthHandler |
Copyright © 2013. All rights reserved.