Uses of Interface
dev.resteasy.client.util.authentication.UserCredentials
Packages that use UserCredentials
Package
Description
-
Uses of UserCredentials in dev.resteasy.client.util.authentication
Methods in dev.resteasy.client.util.authentication that return UserCredentialsModifier 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.Methods in dev.resteasy.client.util.authentication with parameters of type UserCredentialsModifier 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
Constructors in dev.resteasy.client.util.authentication.basic with parameters of type UserCredentialsModifierConstructorDescriptionBasicAuthorizationProcessor
(UserCredentials credentials) Creates a new BASIC processor. -
Uses of UserCredentials in dev.resteasy.client.util.authentication.digest
Constructors in dev.resteasy.client.util.authentication.digest with parameters of type UserCredentialsModifierConstructorDescriptionDigestAuthorizationProcessor
(UserCredentials credentials) Creates a new DIGEST processor.DigestAuthorizationProcessor
(UserCredentials credentials, int limit) Creates a new DIGEST processor.