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.Classes in org.glassfish.jersey.client.authentication that implement HttpAuthenticationFeature.Builder Modifier and Type Class Description (package private) static classHttpAuthenticationFeature.BuilderImplImplementation of all authentication builders.Methods in org.glassfish.jersey.client.authentication that return HttpAuthenticationFeature.Builder Modifier and Type Method Description HttpAuthenticationFeature.BuilderHttpAuthenticationFeature.Builder. credentials(java.lang.String username, byte[] password)Set credentials.HttpAuthenticationFeature.BuilderHttpAuthenticationFeature.Builder. credentials(java.lang.String username, java.lang.String password)Set credentials.HttpAuthenticationFeature.BuilderHttpAuthenticationFeature.BuilderImpl. credentials(java.lang.String username, byte[] password)HttpAuthenticationFeature.BuilderHttpAuthenticationFeature.BuilderImpl. credentials(java.lang.String username, java.lang.String password)
-