Modifier and Type | Class and Description |
---|---|
class |
BasicCredentials
Credentials to use for Basic Auth requests.
|
Constructor and Description |
---|
BasicIdentity(Credentials.BasicCredentials credentials)
Build an identity using only basic credentials.
|
Modifier and Type | Method and Description |
---|---|
void |
RIDCHttpPostMethod.addLoginFormCredentials(IdcContext.LoginForm loginForm,
Credentials.BasicCredentials credentials)
Add credentials for a login form
|
Modifier and Type | Method and Description |
---|---|
static String |
BasicAuth.authorization(Credentials.BasicCredentials credentials) |
Modifier and Type | Method and Description |
---|---|
void |
HttpApache3PostMethod.addLoginFormCredentials(IdcContext.LoginForm loginForm,
Credentials.BasicCredentials credentials)
Add credentials for a form-based login
|
Modifier and Type | Method and Description |
---|---|
void |
HttpApache4PostMethod.addLoginFormCredentials(IdcContext.LoginForm loginForm,
Credentials.BasicCredentials credentials)
Add credentials for a login form
|
Modifier and Type | Method and Description |
---|---|
void |
HttpURLConnectionPostMethod.addLoginFormCredentials(IdcContext.LoginForm loginForm,
Credentials.BasicCredentials credentials) |
Modifier and Type | Method and Description |
---|---|
void |
HttpOraclePostMethod.addLoginFormCredentials(IdcContext.LoginForm loginForm,
Credentials.BasicCredentials credentials) |