| Package | Description |
|---|---|
| io.dropwizard.auth | |
| io.dropwizard.auth.basic | |
| io.dropwizard.auth.oauth |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedAuthFactory<T>
A Jersey provider that chains various authentication providers like
OAuthFactory
and BasicAuthFactory. |
| Modifier and Type | Method and Description |
|---|---|
AuthFactory<Object,T> |
ChainedAuthFactory.clone(boolean required) |
abstract AuthFactory<C,P> |
AuthFactory.clone(boolean required) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChainedAuthFactory.addChainedProvider(AuthFactory<?,T> provider)
Add an auth provider into the chain.
|
static <T,U> org.glassfish.hk2.utilities.Binder |
AuthFactory.binder(AuthFactory<T,U> factory) |
boolean |
ChainedAuthFactory.removeChainedProvider(AuthFactory<?,T> provider)
Removes an auth provider from the chain.
|
| Constructor and Description |
|---|
ChainedAuthFactory(AuthFactory<?,T>... providers) |
| Constructor and Description |
|---|
ChainedAuthFactory(List<AuthFactory<?,T>> factories) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAuthFactory<T>
A Jersey provider for Basic HTTP authentication.
|
| Modifier and Type | Method and Description |
|---|---|
AuthFactory<BasicCredentials,T> |
BasicAuthFactory.clone(boolean required) |
| Modifier and Type | Class and Description |
|---|---|
class |
OAuthFactory<T>
A Jersey provider for OAuth2 bearer tokens.
|
| Modifier and Type | Method and Description |
|---|---|
AuthFactory<String,T> |
OAuthFactory.clone(boolean required) |
Copyright © 2015. All rights reserved.