@Immutable public class DigestAuthClientCredentials extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
EXPECTED_NONCE_COUNT_LENGTH |
static int |
EXPECTED_RESPONSE_LENGTH |
| Constructor and Description |
|---|
DigestAuthClientCredentials(String sUserName,
String sRealm,
String sServerNonce,
String sDigestURI,
String sResponse,
String sAlgorithm,
String sClientNonce,
String sOpaque,
String sMessageQOP,
String sNonceCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAlgorithm() |
String |
getClientNonce() |
String |
getDigestURI() |
String |
getMessageQOP() |
int |
getNonceCount() |
String |
getOpaque() |
String |
getRealm() |
String |
getRequestValue() |
String |
getResponse() |
String |
getServerNonce() |
String |
getUserName() |
int |
hashCode() |
String |
toString() |
public static final int EXPECTED_RESPONSE_LENGTH
public static final int EXPECTED_NONCE_COUNT_LENGTH
public DigestAuthClientCredentials(@Nonnull @Nonempty String sUserName, @Nonnull @Nonempty String sRealm, @Nonnull @Nonempty String sServerNonce, @Nonnull @Nonempty String sDigestURI, @Nonnull @Nonempty String sResponse, @Nullable String sAlgorithm, @Nullable String sClientNonce, @Nullable String sOpaque, @Nullable String sMessageQOP, @Nullable String sNonceCount)
@Nonnull @Nonempty public String getUserName()
null nor empty.@Nonnull @Nonempty public String getServerNonce()
null nor empty.@Nonnull @Nonempty public String getDigestURI()
null nor empty.@CheckForSigned public int getNonceCount()
Copyright © 2016–2019 Philip Helger. All rights reserved.