public final class Challenge extends Object implements Serializable
| Constructor and Description |
|---|
Challenge(String realm,
List<String> headers,
Collection<Algorithm> algorithms) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Algorithm> |
getAlgorithms() |
String |
getAlgorithmsString() |
List<String> |
getHeaders() |
String |
getHeaderValue() |
String |
getRealm() |
int |
hashCode() |
static List<Algorithm> |
parseAlgorithms(String algorithms) |
static Challenge |
parseChallenge(String challenge) |
String |
toString() |
Copyright © 2013. All Rights Reserved.