Package dev.resteasy.client.util.authentication
-
Interface Summary Interface Description AuthorizationProcessor A processor for creating a value for theHttpHeaders.AUTHORIZATION
header.UserCredentials Represents the credentials a user and password for authentication purposes. -
Class Summary Class Description HttpAuthenticators A utility to define the filter to place on a REST client or on a request.HttpAuthorizationFilter AClientResponseFilter
which repeats the request if the response from the original request has a status ofResponse.Status.UNAUTHORIZED
.