Package | Description |
---|---|
io.dropwizard.java8.auth | |
io.dropwizard.java8.auth.basic | |
io.dropwizard.java8.auth.oauth |
Modifier and Type | Class and Description |
---|---|
class |
CachingAuthenticator<C,P>
An
Authenticator decorator which uses a Guava cache to temporarily cache credentials and
their corresponding principals. |
Constructor and Description |
---|
CachingAuthenticator(com.codahale.metrics.MetricRegistry metricRegistry,
Authenticator<C,P> authenticator,
com.google.common.cache.CacheBuilder<Object,Object> builder)
Creates a new cached authenticator.
|
CachingAuthenticator(com.codahale.metrics.MetricRegistry metricRegistry,
Authenticator<C,P> authenticator,
com.google.common.cache.CacheBuilderSpec cacheSpec)
Creates a new cached authenticator.
|
Constructor and Description |
---|
BasicAuthProvider(Authenticator<io.dropwizard.auth.basic.BasicCredentials,T> authenticator,
String realm)
Creates a new BasicAuthProvider with the given
Authenticator and realm. |
Constructor and Description |
---|
OAuthProvider(Authenticator<String,T> authenticator,
String realm)
Creates a new OAuthProvider with the given
Authenticator and realm. |
Copyright © 2014. All rights reserved.