public class BasicCredentials extends Object
Modifier and Type | Field and Description |
---|---|
static String |
NAME
The name of the
Basic challenge scheme. |
static CredentialsParser<BasicCredentials> |
PARSER
The parser for
Basic credentials. |
Constructor and Description |
---|
BasicCredentials(String username,
String password)
Construct a new set of
Basic authorization credentials. |
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Get the password.
|
String |
getUsername()
Get the username.
|
String |
toString() |
String |
toString(Charset charset)
Get the string credentials in the specified charset.
|
public static final String NAME
Basic
challenge scheme.public static final CredentialsParser<BasicCredentials> PARSER
Basic
credentials.Copyright © 2010-2018, ForgeRock All Rights Reserved.