public final class Challenge extends Object
Modifier and Type | Method and Description |
---|---|
Charset |
charset()
Returns the charset that should be used to encode the credential.
|
boolean |
equals(Object other) |
int |
hashCode() |
String |
realm()
Returns the protection space.
|
String |
scheme()
Returns the authentication scheme, like
Basic . |
String |
toString() |
Challenge |
withCharset(Charset charset)
Returns a copy of this charset that expects a credential encoded with
charset . |
public Challenge withCharset(Charset charset)
charset
.public String scheme()
Basic
.public String realm()
public Charset charset()
Copyright © 2019. All rights reserved.