Uses of Interface
dev.resteasy.client.util.authentication.UserCredentials
Package
Description
-
Uses of UserCredentials in dev.resteasy.client.util.authentication
Modifier and TypeMethodDescriptionstatic UserCredentials
Creates a user credential for the username and password provided.static UserCredentials
Creates a user credential for the username and password provided.Modifier 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. -
Uses of UserCredentials in dev.resteasy.client.util.authentication.basic
ModifierConstructorDescriptionBasicAuthorizationProcessor
(UserCredentials credentials) Creates a new BASIC processor. -
Uses of UserCredentials in dev.resteasy.client.util.authentication.digest
ModifierConstructorDescriptionDigestAuthorizationProcessor
(UserCredentials credentials) Creates a new DIGEST processor.DigestAuthorizationProcessor
(UserCredentials credentials, int limit) Creates a new DIGEST processor.