org.apache.manifoldcf.crawler.connectors.webcrawler
Class TrustsDescription.TrustsItem

java.lang.Object
  extended by org.apache.manifoldcf.crawler.connectors.webcrawler.TrustsDescription.TrustsItem
Enclosing class:
TrustsDescription

protected static class TrustsDescription.TrustsItem
extends java.lang.Object

Class representing an individual credential item.


Field Summary
protected  java.util.regex.Pattern pattern
          The bin-matching pattern.
protected  org.apache.manifoldcf.core.interfaces.IKeystoreManager trustStore
          The credential, or null if this is a "trust everything" item
 
Constructor Summary
TrustsDescription.TrustsItem(java.util.regex.Pattern p, java.lang.String trustStoreString)
          Constructor.
 
Method Summary
 java.util.regex.Pattern getPattern()
          Get the pattern.
 org.apache.manifoldcf.core.interfaces.IKeystoreManager getTrustStore()
          Get keystore
 
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.


trustStore

protected org.apache.manifoldcf.core.interfaces.IKeystoreManager trustStore
The credential, or null if this is a "trust everything" item

Constructor Detail

TrustsDescription.TrustsItem

public TrustsDescription.TrustsItem(java.util.regex.Pattern p,
                                    java.lang.String trustStoreString)
                             throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
Constructor.

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

getPattern

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


getTrustStore

public org.apache.manifoldcf.core.interfaces.IKeystoreManager getTrustStore()
Get keystore