|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.manifoldcf.crawler.connectors.webcrawler.TrustsDescription.TrustsItem
protected static class TrustsDescription.TrustsItem
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 |
|---|
protected java.util.regex.Pattern pattern
protected org.apache.manifoldcf.core.interfaces.IKeystoreManager trustStore
| Constructor Detail |
|---|
public TrustsDescription.TrustsItem(java.util.regex.Pattern p,
java.lang.String trustStoreString)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFException| Method Detail |
|---|
public java.util.regex.Pattern getPattern()
public org.apache.manifoldcf.core.interfaces.IKeystoreManager getTrustStore()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||