CachingAuthorizer | CachingAuthorizer | |||
---|---|---|---|---|
Compiled from "CachingAuthorizer.java" | Compiled from "CachingAuthorizer.java" | |||
public class io.dropwizard.auth.CachingAuthorizer<P extends java.security.P rincipal> implements io.dropwizard.auth.Authorizer<P> { | public class io.dropwizard.auth.CachingAuthorizer<P extends java.security.P rincipal> implements io.dropwizard.auth.Authorizer<P> { | |||
public io.dropwizard.auth.CachingAuthorizer(com.codahale.metrics.MetricRe | final com.github.benmanes.caffeine.cache.LoadingCache<io.dropwizard.auth. | |||
gistry, io.dropwizard.auth.Authorizer<P>, com.google.common.cache.CacheBuil | AuthorizationContext<P>, java.lang.Boolean> cache; | |||
derSpec); | public io.dropwizard.auth.CachingAuthorizer(com.codahale.metrics.MetricRe | |||
public io.dropwizard.auth.CachingAuthorizer(com.codahale.metrics.MetricRe | gistry, io.dropwizard.auth.Authorizer<P>, com.github.benmanes.caffeine.cach | |||
gistry, io.dropwizard.auth.Authorizer<P>, com.google.common.cache.CacheBuil | e.CaffeineSpec); | |||
der<java.lang.Object, java.lang.Object>); | public io.dropwizard.auth.CachingAuthorizer(com.codahale.metrics.MetricRe | |||
gistry, io.dropwizard.auth.Authorizer<P>, com.github.benmanes.caffeine.cach | ||||
e.Caffeine<java.lang.Object, java.lang.Object>); | ||||
public boolean authorize(P, java.lang.String); | public boolean authorize(P, java.lang.String); | |||
public void invalidate(P, java.lang.String); | public boolean authorize(P, java.lang.String, javax.ws.rs.container.Conta | |||
inerRequestContext); | ||||
public void invalidate(P, java.lang.String, javax.ws.rs.container.Contain | ||||
erRequestContext); | ||||
public void invalidate(P); | public void invalidate(P); | |||
public void invalidateAll(java.lang.Iterable<P>); | public void invalidateAll(java.lang.Iterable<P>); | |||
public void invalidateAll(java.util.function.Predicate<? super P>); | public void invalidateAll(java.util.function.Predicate<? super P>); | |||
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 | ||||
thorizer); | ||||
static io.dropwizard.auth.Authorizer access$100(io.dropwizard.auth.Cachin | ||||
gAuthorizer); | ||||
} | } | |||
End of changes. 3 change blocks. | ||||
12 lines changed or deleted | 13 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/ |