Class TrustsDescription.TrustsItem
- java.lang.Object
-
- org.apache.manifoldcf.crawler.connectors.webcrawler.TrustsDescription.TrustsItem
-
- Enclosing class:
- TrustsDescription
protected static class TrustsDescription.TrustsItem extends java.lang.ObjectClass representing an individual credential item.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.regex.PatternpatternThe bin-matching pattern.protected org.apache.manifoldcf.connectorcommon.interfaces.IKeystoreManagertrustStoreThe credential, or null if this is a "trust everything" item
-
Constructor Summary
Constructors Constructor Description TrustsItem(java.util.regex.Pattern p, java.lang.String trustStoreString)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.regex.PatterngetPattern()Get the pattern.org.apache.manifoldcf.connectorcommon.interfaces.IKeystoreManagergetTrustStore()Get keystore
-