HttpAuthenticationFeature.UniversalBuilder |
HttpAuthenticationFeature.BuilderImpl.credentialsForBasic(java.lang.String username,
byte[] password) |
|
HttpAuthenticationFeature.UniversalBuilder |
HttpAuthenticationFeature.BuilderImpl.credentialsForBasic(java.lang.String username,
java.lang.String password) |
|
HttpAuthenticationFeature.UniversalBuilder |
HttpAuthenticationFeature.UniversalBuilder.credentialsForBasic(java.lang.String username,
byte[] password) |
Set credentials that will be used for basic authentication only.
|
HttpAuthenticationFeature.UniversalBuilder |
HttpAuthenticationFeature.UniversalBuilder.credentialsForBasic(java.lang.String username,
java.lang.String password) |
Set credentials that will be used for basic authentication only.
|
HttpAuthenticationFeature.UniversalBuilder |
HttpAuthenticationFeature.BuilderImpl.credentialsForDigest(java.lang.String username,
byte[] password) |
|
HttpAuthenticationFeature.UniversalBuilder |
HttpAuthenticationFeature.BuilderImpl.credentialsForDigest(java.lang.String username,
java.lang.String password) |
|
HttpAuthenticationFeature.UniversalBuilder |
HttpAuthenticationFeature.UniversalBuilder.credentialsForDigest(java.lang.String username,
byte[] password) |
Set credentials that will be used for digest authentication only.
|
HttpAuthenticationFeature.UniversalBuilder |
HttpAuthenticationFeature.UniversalBuilder.credentialsForDigest(java.lang.String username,
java.lang.String password) |
Set credentials that will be used for digest authentication only.
|
static HttpAuthenticationFeature.UniversalBuilder |
HttpAuthenticationFeature.universalBuilder() |
Create the builder that builds http authentication feature in combined mode supporting both,
basic and digest authentication.
|