Uses of Interface
io.dropwizard.auth.Authorizer
Packages that use Authorizer
-
Uses of Authorizer in io.dropwizard.auth
Classes in io.dropwizard.auth that implement AuthorizerModifier and TypeClassDescriptionclassCachingAuthorizer<P extends Principal>AnAuthorizerdecorator which uses aCaffeinecache to temporarily cache principals' role associations.classPermitAllAuthorizer<P extends Principal>AnAuthorizerthat grants access for any principal in any role.Fields in io.dropwizard.auth declared as AuthorizerMethods in io.dropwizard.auth with parameters of type AuthorizerModifier and TypeMethodDescriptionAuthFilter.AuthFilterBuilder.setAuthorizer(Authorizer<P> authorizer) Sets the given authorizerConstructors in io.dropwizard.auth with parameters of type AuthorizerModifierConstructorDescriptionCachingAuthorizer(com.codahale.metrics.MetricRegistry metricRegistry, Authorizer<P> authorizer, com.github.benmanes.caffeine.cache.Caffeine<Object, Object> builder) Creates a new cached authorizer.CachingAuthorizer(com.codahale.metrics.MetricRegistry metricRegistry, Authorizer<P> authorizer, com.github.benmanes.caffeine.cache.Caffeine<Object, Object> builder, Supplier<com.github.benmanes.caffeine.cache.stats.StatsCounter> supplier) Creates a new cached authorizer.CachingAuthorizer(com.codahale.metrics.MetricRegistry metricRegistry, Authorizer<P> authorizer, com.github.benmanes.caffeine.cache.CaffeineSpec cacheSpec) Creates a new cached authorizer.