| Package | Description |
|---|---|
| io.dropwizard.auth |
| Modifier and Type | Class and Description |
|---|---|
class |
PermitAllAuthorizer<P extends Principal>
An
Authorizer that grants access for any principal in any role. |
| Modifier and Type | Field and Description |
|---|---|
protected Authorizer<P> |
AuthFilter.authorizer |
| Modifier and Type | Method and Description |
|---|---|
AuthFilter.AuthFilterBuilder<C,P,T> |
AuthFilter.AuthFilterBuilder.setAuthorizer(Authorizer<P> authorizer)
Sets the given authorizer
|
Copyright © 2017. All rights reserved.