| Package | Description |
|---|---|
| com.example.helloworld.auth | |
| io.dropwizard.auth |
| Modifier and Type | Method and Description |
|---|---|
Optional<User> |
ExampleAuthenticator.authenticate(BasicCredentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
Optional<P> |
CachingAuthenticator.authenticate(C credentials) |
Optional<P> |
Authenticator.authenticate(C credentials)
Given a set of user-provided credentials, return an optional principal.
|
Copyright © 2020. All rights reserved.