Uses of Package
dev.resteasy.client.util.authentication
-
Classes in dev.resteasy.client.util.authentication used by dev.resteasy.client.util.authentication Class Description AuthorizationProcessor A processor for creating a value for theHttpHeaders.AUTHORIZATION
header.HttpAuthorizationFilter AClientResponseFilter
which repeats the request if the response from the original request has a status ofResponse.Status.UNAUTHORIZED
.UserCredentials Represents the credentials a user and password for authentication purposes. -
Classes in dev.resteasy.client.util.authentication used by dev.resteasy.client.util.authentication.basic Class Description AuthorizationProcessor A processor for creating a value for theHttpHeaders.AUTHORIZATION
header.UserCredentials Represents the credentials a user and password for authentication purposes. -
Classes in dev.resteasy.client.util.authentication used by dev.resteasy.client.util.authentication.digest Class Description AuthorizationProcessor A processor for creating a value for theHttpHeaders.AUTHORIZATION
header.UserCredentials Represents the credentials a user and password for authentication purposes.