| Package | Description |
|---|---|
| com.helger.http.digestauth |
| Modifier and Type | Method and Description |
|---|---|
static DigestAuthClientCredentials |
HttpDigestAuth.createDigestAuthClientCredentials(com.helger.commons.http.EHttpMethod eMethod,
String sDigestURI,
String sUserName,
String sPassword,
String sRealm,
String sServerNonce,
String sAlgorithm,
String sClientNonce,
String sOpaque,
String sMessageQOP,
int nNonceCount)
Create HTTP Digest auth credentials for a client
|
static DigestAuthClientCredentials |
HttpDigestAuth.getDigestAuthClientCredentials(String sAuthHeader)
Get the Digest authentication credentials from the passed HTTP header
value.
|
Copyright © 2016–2019 Philip Helger. All rights reserved.