CachingAuthenticator   CachingAuthenticator 
Compiled from "CachingAuthenticator.java" Compiled from "CachingAuthenticator.java"
public class io.dropwizard.auth.CachingAuthenticator<C, P extends java.secu rity.Principal> implements io.dropwizard.auth.Authenticator<C, P> { public class io.dropwizard.auth.CachingAuthenticator<C, P extends java.secu rity.Principal> implements io.dropwizard.auth.Authenticator<C, P> {
public io.dropwizard.auth.CachingAuthenticator(com.codahale.metrics.Metri public io.dropwizard.auth.CachingAuthenticator(com.codahale.metrics.Metri
cRegistry, io.dropwizard.auth.Authenticator<C, P>, com.google.common.cache. cRegistry, io.dropwizard.auth.Authenticator<C, P>, com.github.benmanes.caff
CacheBuilderSpec); eine.cache.CaffeineSpec);
public io.dropwizard.auth.CachingAuthenticator(com.codahale.metrics.Metri public io.dropwizard.auth.CachingAuthenticator(com.codahale.metrics.Metri
cRegistry, io.dropwizard.auth.Authenticator<C, P>, com.google.common.cache. cRegistry, io.dropwizard.auth.Authenticator<C, P>, com.github.benmanes.caff
CacheBuilder<java.lang.Object, java.lang.Object>); eine.cache.Caffeine<java.lang.Object, java.lang.Object>);
public java.util.Optional<P> authenticate(C) throws io.dropwizard.auth.Au thenticationException; public java.util.Optional<P> authenticate(C) throws io.dropwizard.auth.Au thenticationException;
public void invalidate(C); public void invalidate(C);
public void invalidateAll(java.lang.Iterable<C>); public void invalidateAll(java.lang.Iterable<C>);
public void invalidateAll(com.google.common.base.Predicate<? super C>); public void invalidateAll(java.util.function.Predicate<? super C>);
public void invalidateAll(); public void invalidateAll();
public long size(); public long size();
public com.google.common.cache.CacheStats stats(); public com.github.benmanes.caffeine.cache.stats.CacheStats stats();
static com.codahale.metrics.Meter access$000(io.dropwizard.auth.CachingAu
thenticator);
} }
 End of changes. 3 change blocks. 
10 lines changed or deleted 8 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/