|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpAuthenticationFeature | |
|---|---|
| org.glassfish.jersey.client.authentication | |
| Uses of HttpAuthenticationFeature in org.glassfish.jersey.client.authentication |
|---|
| Methods in org.glassfish.jersey.client.authentication that return HttpAuthenticationFeature | |
|---|---|
static HttpAuthenticationFeature |
HttpAuthenticationFeature.basic(String username,
byte[] password)
Create the http authentication feature in basic preemptive authentication mode initialized with credentials. |
static HttpAuthenticationFeature |
HttpAuthenticationFeature.basic(String username,
String password)
Create the http authentication feature in basic preemptive authentication mode initialized with credentials. |
HttpAuthenticationFeature |
HttpAuthenticationFeature.Builder.build()
Build the feature. |
static HttpAuthenticationFeature |
HttpAuthenticationFeature.digest()
Create the http authentication feature in digest authentication mode initialized without default credentials. |
static HttpAuthenticationFeature |
HttpAuthenticationFeature.digest(String username,
byte[] password)
Create the http authentication feature in digest authentication mode initialized with credentials. |
static HttpAuthenticationFeature |
HttpAuthenticationFeature.digest(String username,
String password)
Create the http authentication feature in digest authentication mode initialized with credentials. |
static HttpAuthenticationFeature |
HttpAuthenticationFeature.universal(String username,
byte[] password)
Create the http authentication feature in combined mode supporting both, basic and digest authentication. |
static HttpAuthenticationFeature |
HttpAuthenticationFeature.universal(String username,
String password)
Create the http authentication feature in combined mode supporting both, basic and digest authentication. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||