Uses of Interface
dev.resteasy.client.util.authentication.AuthorizationProcessor
-
Packages that use AuthorizationProcessor Package Description dev.resteasy.client.util.authentication dev.resteasy.client.util.authentication.basic dev.resteasy.client.util.authentication.digest -
-
Uses of AuthorizationProcessor in dev.resteasy.client.util.authentication
Constructors in dev.resteasy.client.util.authentication with parameters of type AuthorizationProcessor Constructor Description HttpAuthorizationFilter(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 AuthorizationProcessor Constructor Description HttpAuthorizationFilter(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 AuthorizationProcessor Modifier and Type Class Description class
BasicAuthorizationProcessor
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 AuthorizationProcessor Modifier and Type Class Description class
DigestAuthorizationProcessor
AnAuthorizationProcessor
which creates aHttpHeaders.AUTHORIZATION
header for DIGEST authentication.
-