|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface HttpAuthenticationFeature.UniversalBuilder
Extension of HttpAuthenticationFeature.Builder
that builds the http authentication feature configured in universal mode that supports
basic and digest authentication.
| Method Summary | |
|---|---|
HttpAuthenticationFeature.UniversalBuilder |
credentialsForBasic(String username,
byte[] password)
Set credentials that will be used for basic authentication only. |
HttpAuthenticationFeature.UniversalBuilder |
credentialsForBasic(String username,
String password)
Set credentials that will be used for basic authentication only. |
HttpAuthenticationFeature.UniversalBuilder |
credentialsForDigest(String username,
byte[] password)
Set credentials that will be used for digest authentication only. |
HttpAuthenticationFeature.UniversalBuilder |
credentialsForDigest(String username,
String password)
Set credentials that will be used for digest authentication only. |
| Methods inherited from interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder |
|---|
build, credentials, credentials |
| Method Detail |
|---|
HttpAuthenticationFeature.UniversalBuilder credentialsForBasic(String username,
String password)
username - Username.password - Password as String.
HttpAuthenticationFeature.UniversalBuilder credentialsForBasic(String username,
byte[] password)
username - Username.password - Password as byte array.
HttpAuthenticationFeature.UniversalBuilder credentialsForDigest(String username,
String password)
username - Username.password - Password as String.
HttpAuthenticationFeature.UniversalBuilder credentialsForDigest(String username,
byte[] password)
username - Username.password - Password as byte array.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||