org.apache.manifoldcf.crawler.connectors.webcrawler
Class CredentialsDescription.CredentialsItem

java.lang.Object
  extended by org.apache.manifoldcf.crawler.connectors.webcrawler.CredentialsDescription.CredentialsItem
Enclosing class:
CredentialsDescription

protected static class CredentialsDescription.CredentialsItem
extends java.lang.Object

Class representing an individual credential item.


Field Summary
protected  AuthenticationCredentials authentication
          The credential
protected  java.util.regex.Pattern pattern
          The bin-matching pattern.
 
Constructor Summary
CredentialsDescription.CredentialsItem(java.util.regex.Pattern p)
          Constructor.
 
Method Summary
 AuthenticationCredentials getCredential()
          Get credential type
 java.util.regex.Pattern getPattern()
          Get the pattern.
 void setCredential(AuthenticationCredentials authentication)
          Set Credentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pattern

protected java.util.regex.Pattern pattern
The bin-matching pattern.


authentication

protected AuthenticationCredentials authentication
The credential

Constructor Detail

CredentialsDescription.CredentialsItem

public CredentialsDescription.CredentialsItem(java.util.regex.Pattern p)
Constructor.

Method Detail

getPattern

public java.util.regex.Pattern getPattern()
Get the pattern.


setCredential

public void setCredential(AuthenticationCredentials authentication)
Set Credentials


getCredential

public AuthenticationCredentials getCredential()
Get credential type