CachingAuthenticator | CachingAuthenticator | |||
---|---|---|---|---|
Compiled from "CachingAuthenticator.java" | Compiled from "CachingAuthenticator.java" | |||
public class io.dropwizard.java8.auth.CachingAuthenticator<C, P> implements io.dropwizard.java8.auth.Authenticator<C, P> { | public class io.dropwizard.java8.auth.CachingAuthenticator<C, P extends jav a.security.Principal> implements io.dropwizard.java8.auth.Authenticator<C, P> { | |||
public io.dropwizard.java8.auth.CachingAuthenticator(com.codahale.metrics .MetricRegistry, io.dropwizard.java8.auth.Authenticator<C, P>, com.google.c ommon.cache.CacheBuilderSpec); | public io.dropwizard.java8.auth.CachingAuthenticator(com.codahale.metrics .MetricRegistry, io.dropwizard.java8.auth.Authenticator<C, P>, com.google.c ommon.cache.CacheBuilderSpec); | |||
public io.dropwizard.java8.auth.CachingAuthenticator(com.codahale.metrics .MetricRegistry, io.dropwizard.java8.auth.Authenticator<C, P>, com.google.c ommon.cache.CacheBuilder<java.lang.Object, java.lang.Object>); | public io.dropwizard.java8.auth.CachingAuthenticator(com.codahale.metrics .MetricRegistry, io.dropwizard.java8.auth.Authenticator<C, P>, com.google.c ommon.cache.CacheBuilder<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(com.google.common.base.Predicate<? super C>); | |||
public void invalidateAll(); | public void invalidateAll(); | |||
public long size(); | public long size(); | |||
public com.google.common.cache.CacheStats stats(); | public com.google.common.cache.CacheStats stats(); | |||
static com.codahale.metrics.Meter access$000(io.dropwizard.java8.auth.Cac | ||||
hingAuthenticator); | ||||
static io.dropwizard.java8.auth.Authenticator access$100(io.dropwizard.ja | ||||
va8.auth.CachingAuthenticator); | ||||
} | } | |||
End of changes. 2 change blocks. | ||||
5 lines changed or deleted | 1 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/ |