Uses of Interface
dev.resteasy.client.util.authentication.AuthorizationProcessor
Packages that use AuthorizationProcessor
Package
Description
-
Uses of AuthorizationProcessor in dev.resteasy.client.util.authentication
Constructors in dev.resteasy.client.util.authentication with parameters of type AuthorizationProcessorModifierConstructorDescriptionHttpAuthorizationFilter
(int limit, AuthorizationProcessor... processors) Creates a new filter with a default limit for the cached size.HttpAuthorizationFilter
(AuthorizationProcessor... processors) Creates a new filter with a default limit for the cached size.Constructor parameters in dev.resteasy.client.util.authentication with type arguments of type AuthorizationProcessorModifierConstructorDescriptionHttpAuthorizationFilter
(int limit, Collection<AuthorizationProcessor> processors) Creates a new filter. -
Uses of AuthorizationProcessor in dev.resteasy.client.util.authentication.basic
Classes in dev.resteasy.client.util.authentication.basic that implement AuthorizationProcessorModifier and TypeClassDescriptionclass
AnAuthorizationProcessor
which creates aHttpHeaders.AUTHORIZATION
header for BASIC authentication. -
Uses of AuthorizationProcessor in dev.resteasy.client.util.authentication.digest
Classes in dev.resteasy.client.util.authentication.digest that implement AuthorizationProcessorModifier and TypeClassDescriptionclass
AnAuthorizationProcessor
which creates aHttpHeaders.AUTHORIZATION
header for DIGEST authentication.