org.apache.manifoldcf.crawler.connectors.webcrawler
Interface AuthenticationCredentials

All Known Subinterfaces:
PageCredentials, SequenceCredentials
All Known Implementing Classes:
CredentialsDescription.BasicCredential, CredentialsDescription.NTLMCredential, CredentialsDescription.SessionCredential

public interface AuthenticationCredentials

This interface describes immutable classes which represents authentication information for all kinds of authentication.


Field Summary
static java.lang.String _rcsid
           
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare against another object
 int hashCode()
          Calculate a hash function
 

Field Detail

_rcsid

static final java.lang.String _rcsid
See Also:
Constant Field Values
Method Detail

equals

boolean equals(java.lang.Object o)
Compare against another object

Overrides:
equals in class java.lang.Object

hashCode

int hashCode()
Calculate a hash function

Overrides:
hashCode in class java.lang.Object