Modifier and Type | Interface and Description |
---|---|
interface |
PageCredentials
This interface describes immutable classes which represents authentication information for page-based authentication.
|
interface |
SequenceCredentials
This interface describes immutable classes which represents authentication information for sequence-based authentication.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
CredentialsDescription.BasicCredential
Basic type credentials
|
protected static class |
CredentialsDescription.NTLMCredential
NTLM-style credentials
|
protected static class |
CredentialsDescription.SessionCredential
Session credentials
|
Modifier and Type | Field and Description |
---|---|
protected AuthenticationCredentials |
CredentialsDescription.CredentialsItem.authentication
The credential
|
Modifier and Type | Method and Description |
---|---|
AuthenticationCredentials |
CredentialsDescription.CredentialsItem.getCredential()
Get credential type
|
Modifier and Type | Method and Description |
---|---|
void |
CredentialsDescription.CredentialsItem.setCredential(AuthenticationCredentials authentication)
Set Credentials
|