| 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 cRegistry, io.dropwizard.auth.Authenticator<C, P>, com.github.benmanes.caff eine.cache.CaffeineSpec); | public io.dropwizard.auth.CachingAuthenticator(com.codahale.metrics.Metri cRegistry, io.dropwizard.auth.Authenticator<C, P>, com.github.benmanes.caff eine.cache.CaffeineSpec); | |||
| public io.dropwizard.auth.CachingAuthenticator(com.codahale.metrics.Metri cRegistry, io.dropwizard.auth.Authenticator<C, P>, com.github.benmanes.caff eine.cache.Caffeine<java.lang.Object, java.lang.Object>); | public io.dropwizard.auth.CachingAuthenticator(com.codahale.metrics.Metri cRegistry, io.dropwizard.auth.Authenticator<C, P>, com.github.benmanes.caff eine.cache.Caffeine<java.lang.Object, java.lang.Object>); | |||
| 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.github.benmanes.caff | cRegistry, io.dropwizard.auth.Authenticator<C, P>, com.github.benmanes.caff | |||
| eine.cache.Caffeine<java.lang.Object, java.lang.Object>, java.util.function | eine.cache.Caffeine<java.lang.Object, java.lang.Object>, boolean); | |||
| .Supplier<com.github.benmanes.caffeine.cache.stats.StatsCounter>); | public io.dropwizard.auth.CachingAuthenticator(com.codahale.metrics.Metri | |||
| cRegistry, io.dropwizard.auth.Authenticator<C, P>, com.github.benmanes.caff | ||||
| eine.cache.Caffeine<java.lang.Object, java.lang.Object>, boolean, java.util | ||||
| .function.Supplier<com.github.benmanes.caffeine.cache.stats.StatsCounter>); | ||||
| 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(java.util.function.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.github.benmanes.caffeine.cache.stats.CacheStats stats(); | public com.github.benmanes.caffeine.cache.stats.CacheStats stats(); | |||
| } | } | |||
| End of changes. 1 change blocks. | ||||
| 4 lines changed or deleted | 7 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/  | ||||