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 interfaceHttpAuthenticationFeature.BasicBuilderExtension ofHttpAuthenticationFeature.Builderthat builds the http authentication feature configured for basic authentication.static interfaceHttpAuthenticationFeature.UniversalBuilderExtension ofHttpAuthenticationFeature.Builderthat builds the http authentication feature configured in universal mode that supports basic and digest authentication.Methods in org.glassfish.jersey.client.authentication that return HttpAuthenticationFeature.Builder Modifier and Type Method Description HttpAuthenticationFeature.BuilderHttpAuthenticationFeature.Builder. credentials(String username, byte[] password)Set credentials.HttpAuthenticationFeature.BuilderHttpAuthenticationFeature.Builder. credentials(String username, String password)Set credentials.
-