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

All Superinterfaces:
AuthenticationCredentials
All Known Implementing Classes:
CredentialsDescription.BasicCredential, CredentialsDescription.NTLMCredential

public interface PageCredentials
extends AuthenticationCredentials

This interface describes immutable classes which represents authentication information for page-based authentication.


Field Summary
static java.lang.String _rcsid
           
 
Method Summary
 org.apache.commons.httpclient.Credentials makeCredentialsObject(java.lang.String targetHostName)
          Turn this instance into a Credentials object, given the specified target host name
 
Methods inherited from interface org.apache.manifoldcf.crawler.connectors.webcrawler.AuthenticationCredentials
equals, hashCode
 

Field Detail

_rcsid

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

makeCredentialsObject

org.apache.commons.httpclient.Credentials makeCredentialsObject(java.lang.String targetHostName)
                                                                throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
Turn this instance into a Credentials object, given the specified target host name

Throws:
org.apache.manifoldcf.core.interfaces.ManifoldCFException