Uses of Class
dev.resteasy.client.util.authentication.HttpAuthorizationFilter
Packages that use HttpAuthorizationFilter
-
Uses of HttpAuthorizationFilter in dev.resteasy.client.util.authentication
Methods in dev.resteasy.client.util.authentication that return HttpAuthorizationFilterModifier and TypeMethodDescriptionstatic HttpAuthorizationFilter
HttpAuthenticators.available
(int limit, UserCredentials credentials) Creates a client request filter for BASIC and DIGEST authentication.static HttpAuthorizationFilter
HttpAuthenticators.available
(UserCredentials credentials) Creates a client request filter for BASIC and DIGEST authentication.static HttpAuthorizationFilter
HttpAuthenticators.basic
(int limit, UserCredentials credentials) Creates a client request filter which will handle BASIC authentication.static HttpAuthorizationFilter
HttpAuthenticators.basic
(UserCredentials credentials) Creates a client request filter which will handle BASIC authentication.static HttpAuthorizationFilter
HttpAuthenticators.digest
(int limit, UserCredentials credentials) Creates a client request filter which will handle DIGEST authentication.static HttpAuthorizationFilter
HttpAuthenticators.digest
(UserCredentials credentials) Creates a client request filter which will handle DIGEST authentication.