Skip navigation links
A B C D G H I J L N O R S Y Z 

A

accepts(Class<?>, Object, StatementContext) - Method in class io.dropwizard.java8.jdbi.args.LocalDateTimeArgumentFactory
 
accepts(Class<?>, Object, StatementContext) - Method in class io.dropwizard.java8.jdbi.args.OptionalArgumentFactory
 
accepts(Class<?>) - Method in class io.dropwizard.java8.jdbi.OptionalContainerFactory
 
adapt(ResourceMethodDispatchProvider) - Method in class io.dropwizard.java8.jersey.OptionalResourceMethodDispatchAdapter
 
apply(int, PreparedStatement, StatementContext) - Method in class io.dropwizard.java8.jdbi.args.LocalDateTimeArgument
 
authenticate(C) - Method in interface io.dropwizard.java8.auth.Authenticator
Given a set of user-provided credentials, return an optional principal.
authenticate(C) - Method in class io.dropwizard.java8.auth.CachingAuthenticator
 
Authenticator<C,P> - Interface in io.dropwizard.java8.auth
An interface for classes which authenticate user-provided credentials and return principal objects.

B

BasicAuthProvider<T> - Class in io.dropwizard.java8.auth.basic
A Jersey provider for Basic HTTP authentication.
BasicAuthProvider(Authenticator<BasicCredentials, T>, String) - Constructor for class io.dropwizard.java8.auth.basic.BasicAuthProvider
Creates a new BasicAuthProvider with the given Authenticator and realm.
build(Class<?>, LocalDateTime, StatementContext) - Method in class io.dropwizard.java8.jdbi.args.LocalDateTimeArgumentFactory
 
build(Class<?>, Optional<Object>, StatementContext) - Method in class io.dropwizard.java8.jdbi.args.OptionalArgumentFactory
 
build(Environment, DataSourceFactory, ManagedDataSource, String) - Method in class io.dropwizard.java8.jdbi.DBIFactory
 

C

CachingAuthenticator<C,P> - Class in io.dropwizard.java8.auth
An Authenticator decorator which uses a Guava cache to temporarily cache credentials and their corresponding principals.
CachingAuthenticator(MetricRegistry, Authenticator<C, P>, CacheBuilderSpec) - Constructor for class io.dropwizard.java8.auth.CachingAuthenticator
Creates a new cached authenticator.
CachingAuthenticator(MetricRegistry, Authenticator<C, P>, CacheBuilder<Object, Object>) - Constructor for class io.dropwizard.java8.auth.CachingAuthenticator
Creates a new cached authenticator.

D

DBIFactory - Class in io.dropwizard.java8.jdbi
 
DBIFactory() - Constructor for class io.dropwizard.java8.jdbi.DBIFactory
 

G

getInjectable(ComponentContext, Auth, Parameter) - Method in class io.dropwizard.java8.auth.basic.BasicAuthProvider
 
getInjectable(ComponentContext, Auth, Parameter) - Method in class io.dropwizard.java8.auth.oauth.OAuthProvider
 
getInjectable(ComponentContext, QueryParam, Parameter) - Method in class io.dropwizard.java8.jersey.OptionalQueryParamInjectableProvider
 
getScope() - Method in class io.dropwizard.java8.auth.basic.BasicAuthProvider
 
getScope() - Method in class io.dropwizard.java8.auth.oauth.OAuthProvider
 
getScope() - Method in class io.dropwizard.java8.jersey.OptionalQueryParamInjectableProvider
 
getValidatedValueType(Type) - Method in class io.dropwizard.java8.validation.valuehandling.OptionalValidatedValueUnwrapper
 

H

handleValidatedValue(Optional<?>) - Method in class io.dropwizard.java8.validation.valuehandling.OptionalValidatedValueUnwrapper
 

I

initialize(Bootstrap<?>) - Method in class io.dropwizard.java8.Java8Bundle
 
invalidate(C) - Method in class io.dropwizard.java8.auth.CachingAuthenticator
Discards any cached principal for the given credentials.
invalidateAll(Iterable<C>) - Method in class io.dropwizard.java8.auth.CachingAuthenticator
Discards any cached principal for the given collection of credentials.
invalidateAll(Predicate<? super C>) - Method in class io.dropwizard.java8.auth.CachingAuthenticator
Discards any cached principal for the collection of credentials satisfying the given predicate.
invalidateAll() - Method in class io.dropwizard.java8.auth.CachingAuthenticator
Discards all cached principals.
io.dropwizard.java8 - package io.dropwizard.java8
 
io.dropwizard.java8.auth - package io.dropwizard.java8.auth
 
io.dropwizard.java8.auth.basic - package io.dropwizard.java8.auth.basic
 
io.dropwizard.java8.auth.oauth - package io.dropwizard.java8.auth.oauth
 
io.dropwizard.java8.jdbi - package io.dropwizard.java8.jdbi
 
io.dropwizard.java8.jdbi.args - package io.dropwizard.java8.jdbi.args
 
io.dropwizard.java8.jersey - package io.dropwizard.java8.jersey
 
io.dropwizard.java8.jersey.params - package io.dropwizard.java8.jersey.params
 
io.dropwizard.java8.validation.valuehandling - package io.dropwizard.java8.validation.valuehandling
 

J

Java8Bundle - Class in io.dropwizard.java8
 
Java8Bundle() - Constructor for class io.dropwizard.java8.Java8Bundle
 

L

LocalDateParam - Class in io.dropwizard.java8.jersey.params
A parameter encapsulating date values.
LocalDateParam(String) - Constructor for class io.dropwizard.java8.jersey.params.LocalDateParam
 
LocalDateTimeArgument - Class in io.dropwizard.java8.jdbi.args
An Argument for LocalDateTime objects.
LocalDateTimeArgumentFactory - Class in io.dropwizard.java8.jdbi.args
An ArgumentFactory for LocalDateTime arguments.
LocalDateTimeArgumentFactory() - Constructor for class io.dropwizard.java8.jdbi.args.LocalDateTimeArgumentFactory
 
LocalDateTimeMapper - Class in io.dropwizard.java8.jdbi.args
A TypedMapper to map LocalDateTime objects.
LocalDateTimeMapper() - Constructor for class io.dropwizard.java8.jdbi.args.LocalDateTimeMapper
 
LocalDateTimeParam - Class in io.dropwizard.java8.jersey.params
A parameter encapsulating date/time values.
LocalDateTimeParam(String) - Constructor for class io.dropwizard.java8.jersey.params.LocalDateTimeParam
 
LocalTimeParam - Class in io.dropwizard.java8.jersey.params
A parameter encapsulating time values.
LocalTimeParam(String) - Constructor for class io.dropwizard.java8.jersey.params.LocalTimeParam
 

N

newContainerBuilderFor(Class<?>) - Method in class io.dropwizard.java8.jdbi.OptionalContainerFactory
 

O

OAuthProvider<T> - Class in io.dropwizard.java8.auth.oauth
A Jersey provider for OAuth2 bearer tokens.
OAuthProvider(Authenticator<String, T>, String) - Constructor for class io.dropwizard.java8.auth.oauth.OAuthProvider
Creates a new OAuthProvider with the given Authenticator and realm.
OffsetDateTimeParam - Class in io.dropwizard.java8.jersey.params
A parameter encapsulating date/time values containing an offset from UTC.
OffsetDateTimeParam(String) - Constructor for class io.dropwizard.java8.jersey.params.OffsetDateTimeParam
 
OptionalArgumentFactory - Class in io.dropwizard.java8.jdbi.args
 
OptionalArgumentFactory(String) - Constructor for class io.dropwizard.java8.jdbi.args.OptionalArgumentFactory
 
OptionalContainerFactory - Class in io.dropwizard.java8.jdbi
 
OptionalContainerFactory() - Constructor for class io.dropwizard.java8.jdbi.OptionalContainerFactory
 
OptionalQueryParamInjectableProvider - Class in io.dropwizard.java8.jersey
 
OptionalQueryParamInjectableProvider(ProviderServices) - Constructor for class io.dropwizard.java8.jersey.OptionalQueryParamInjectableProvider
 
OptionalResourceMethodDispatchAdapter - Class in io.dropwizard.java8.jersey
 
OptionalResourceMethodDispatchAdapter() - Constructor for class io.dropwizard.java8.jersey.OptionalResourceMethodDispatchAdapter
 
OptionalValidatedValueUnwrapper - Class in io.dropwizard.java8.validation.valuehandling
A ValidatedValueUnwrapper for Optional.
OptionalValidatedValueUnwrapper() - Constructor for class io.dropwizard.java8.validation.valuehandling.OptionalValidatedValueUnwrapper
 

R

run(Environment) - Method in class io.dropwizard.java8.Java8Bundle
 

S

size() - Method in class io.dropwizard.java8.auth.CachingAuthenticator
Returns the number of cached principals.
stats() - Method in class io.dropwizard.java8.auth.CachingAuthenticator
Returns a set of statistics about the cache contents and usage.

Y

YearMonthParam - Class in io.dropwizard.java8.jersey.params
A parameter encapsulating year and month values.
YearMonthParam(String) - Constructor for class io.dropwizard.java8.jersey.params.YearMonthParam
 
YearParam - Class in io.dropwizard.java8.jersey.params
A parameter encapsulating year values.
YearParam(String) - Constructor for class io.dropwizard.java8.jersey.params.YearParam
 

Z

ZonedDateTimeParam - Class in io.dropwizard.java8.jersey.params
A parameter encapsulating date/time values containing timezone information.
ZonedDateTimeParam(String) - Constructor for class io.dropwizard.java8.jersey.params.ZonedDateTimeParam
 
ZoneIdParam - Class in io.dropwizard.java8.jersey.params
A parameter encapsulating time-zone IDs, such as Europe/Paris.
ZoneIdParam(String) - Constructor for class io.dropwizard.java8.jersey.params.ZoneIdParam
 
A B C D G H I J L N O R S Y Z 
Skip navigation links

Copyright © 2014. All rights reserved.