|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpAuthenticationFeature.Builder | |
|---|---|
| org.glassfish.jersey.client.authentication | |
| Uses of HttpAuthenticationFeature.Builder in org.glassfish.jersey.client.authentication |
|---|
| Subinterfaces of HttpAuthenticationFeature.Builder in org.glassfish.jersey.client.authentication | |
|---|---|
static interface |
HttpAuthenticationFeature.BasicBuilder
Extension of HttpAuthenticationFeature.Builder
that builds the http authentication feature configured for basic authentication. |
static interface |
HttpAuthenticationFeature.UniversalBuilder
Extension of HttpAuthenticationFeature.Builder
that 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 | |
|---|---|
HttpAuthenticationFeature.Builder |
HttpAuthenticationFeature.Builder.credentials(String username,
byte[] password)
Set credentials. |
HttpAuthenticationFeature.Builder |
HttpAuthenticationFeature.Builder.credentials(String username,
String password)
Set credentials. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||