protected static class CredentialsDescription.BasicCredential extends Object implements PageCredentials
Modifier and Type | Field and Description |
---|---|
protected org.apache.http.auth.UsernamePasswordCredentials |
credentialsObject |
protected String |
password |
protected String |
userName |
_rcsid
Constructor and Description |
---|
CredentialsDescription.BasicCredential(String userName,
String password)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Compare against another object
|
int |
hashCode()
Calculate a hash function
|
org.apache.http.auth.Credentials |
makeCredentialsObject(String targetHostName)
Turn this instance into a Credentials object, given the specified target host name
|
protected String userName
protected String password
protected org.apache.http.auth.UsernamePasswordCredentials credentialsObject
public org.apache.http.auth.Credentials makeCredentialsObject(String targetHostName) throws ManifoldCFException
makeCredentialsObject
in interface PageCredentials
ManifoldCFException
public boolean equals(Object o)
equals
in interface AuthenticationCredentials
equals
in class Object
public int hashCode()
hashCode
in interface AuthenticationCredentials
hashCode
in class Object