| Package | Description |
|---|---|
| com.washingtonpost.dw.auth | |
| com.washingtonpost.dw.auth.dao |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<Peer> |
AllowedPeerAuthenticator.authenticate(io.dropwizard.auth.basic.BasicCredentials credentials) |
io.dropwizard.auth.Authenticator<io.dropwizard.auth.basic.BasicCredentials,Peer> |
AllowedPeerConfiguration.createAuthenticator()
If a credentialFile is provided, this method will use that file to populate the list of Peers the Authenticator
checks during request processing.
|
io.dropwizard.auth.CachingAuthenticator<io.dropwizard.auth.basic.BasicCredentials,Peer> |
AllowedPeerConfiguration.createCachingAuthenticator(com.codahale.metrics.MetricRegistry metrics) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Peer> |
StringPeerDAO.findAll() |
Collection<Peer> |
PeerDAO.findAll() |
Collection<Peer> |
FlatFilePeerDAO.findAll() |
Copyright © 2015. All rights reserved.