CachingAuthenticator | CachingAuthenticator | |||
---|---|---|---|---|
Compiled from "CachingAuthenticator.java" | Compiled from "CachingAuthenticator.java" | |||
public class io.dropwizard.auth.CachingAuthenticator<C, P> implements io.dr opwizard.auth.Authenticator<C, P> { | public class io.dropwizard.auth.CachingAuthenticator<C, P> implements io.dr opwizard.auth.Authenticator<C, P> { | |||
public io.dropwizard.auth.CachingAuthenticator(com.codahale.metrics.Metri cRegistry, io.dropwizard.auth.Authenticator<C, P>, com.google.common.cache. CacheBuilderSpec); | public io.dropwizard.auth.CachingAuthenticator(com.codahale.metrics.Metri cRegistry, io.dropwizard.auth.Authenticator<C, P>, com.google.common.cache. CacheBuilderSpec); | |||
public io.dropwizard.auth.CachingAuthenticator(com.codahale.metrics.Metri cRegistry, io.dropwizard.auth.Authenticator<C, P>, com.google.common.cache. CacheBuilder<java.lang.Object, java.lang.Object>); | public io.dropwizard.auth.CachingAuthenticator(com.codahale.metrics.Metri cRegistry, io.dropwizard.auth.Authenticator<C, P>, com.google.common.cache. CacheBuilder<java.lang.Object, java.lang.Object>); | |||
public com.google.common.base.Optional<P> authenticate(C) throws io.dropw izard.auth.AuthenticationException; | public com.google.common.base.Optional<P> authenticate(C) throws io.dropw izard.auth.AuthenticationException; | |||
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(); | 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.auth.CachingAu thenticator); | static com.codahale.metrics.Meter access$000(io.dropwizard.auth.CachingAu thenticator); | |||
static io.dropwizard.auth.Authenticator access$100(io.dropwizard.auth.Cac hingAuthenticator); | static io.dropwizard.auth.Authenticator access$100(io.dropwizard.auth.Cac hingAuthenticator); | |||
} | } | |||
End of changes. 1 change blocks. | ||||
0 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/ |