Uses of Interface
dev.resteasy.client.util.authentication.AuthorizationProcessor
Package
Description
-
Uses of AuthorizationProcessor in dev.resteasy.client.util.authentication
ModifierConstructorDescriptionHttpAuthorizationFilter
(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.ModifierConstructorDescriptionHttpAuthorizationFilter
(int limit, Collection<AuthorizationProcessor> processors) Creates a new filter. -
Uses of AuthorizationProcessor in dev.resteasy.client.util.authentication.basic
Modifier and TypeClassDescriptionclass
AnAuthorizationProcessor
which creates aHttpHeaders.AUTHORIZATION
header for BASIC authentication. -
Uses of AuthorizationProcessor in dev.resteasy.client.util.authentication.digest
Modifier and TypeClassDescriptionclass
AnAuthorizationProcessor
which creates aHttpHeaders.AUTHORIZATION
header for DIGEST authentication.