| Package | Description |
|---|---|
| io.dropwizard.auth | |
| io.dropwizard.auth.basic | |
| io.dropwizard.auth.chained | |
| io.dropwizard.auth.oauth |
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthFilter.AuthFilterBuilder<C,P extends Principal,T extends AuthFilter<C,P>>
Abstract builder for auth filters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicCredentialAuthFilter<P extends Principal> |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedAuthFilter<C,P extends Principal>
Chains together authFilters, short circuits when the first filter
successfully authenticates
N.B.
|
| Constructor and Description |
|---|
ChainedAuthFilter(List<AuthFilter> handlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
OAuthCredentialAuthFilter<P extends Principal> |
Copyright © 2011. All rights reserved.