protected static class CredentialsDescription.NTLMCredential extends Object implements PageCredentials
Modifier and Type | Field and Description |
---|---|
protected String |
domain |
protected String |
password |
protected String |
userName |
_rcsid
Constructor and Description |
---|
CredentialsDescription.NTLMCredential(String domain,
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 domain
protected String userName
protected String password
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