Uses of Interface
org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder
-
Packages that use HttpAuthenticationFeature.Builder Package Description org.glassfish.jersey.client.authentication Provides core client authentication mechanisms. -
-
Uses of HttpAuthenticationFeature.Builder in org.glassfish.jersey.client.authentication
Subinterfaces of HttpAuthenticationFeature.Builder in org.glassfish.jersey.client.authentication Modifier and Type Interface Description static interface
HttpAuthenticationFeature.BasicBuilder
Extension ofHttpAuthenticationFeature.Builder
that builds the http authentication feature configured for basic authentication.static interface
HttpAuthenticationFeature.UniversalBuilder
Extension ofHttpAuthenticationFeature.Builder
that builds the http authentication feature configured in universal mode that supports basic and digest authentication.Classes in org.glassfish.jersey.client.authentication that implement HttpAuthenticationFeature.Builder Modifier and Type Class Description (package private) static class
HttpAuthenticationFeature.BuilderImpl
Implementation of all authentication builders.Methods in org.glassfish.jersey.client.authentication that return HttpAuthenticationFeature.Builder Modifier and Type Method Description HttpAuthenticationFeature.Builder
HttpAuthenticationFeature.Builder. credentials(java.lang.String username, byte[] password)
Set credentials.HttpAuthenticationFeature.Builder
HttpAuthenticationFeature.Builder. credentials(java.lang.String username, java.lang.String password)
Set credentials.HttpAuthenticationFeature.Builder
HttpAuthenticationFeature.BuilderImpl. credentials(java.lang.String username, byte[] password)
HttpAuthenticationFeature.Builder
HttpAuthenticationFeature.BuilderImpl. credentials(java.lang.String username, java.lang.String password)
-