public class TrustsDescription
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
TrustsDescription.TrustsItem
Class representing an individual credential item.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_rcsid |
protected java.util.HashMap |
patternHash
This is the hash that contains everything.
|
| Constructor and Description |
|---|
TrustsDescription(org.apache.manifoldcf.core.interfaces.ConfigParams configData)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.manifoldcf.connectorcommon.interfaces.IKeystoreManager |
getTrustStore(java.lang.String url)
Given a URL, build the right trust certificate store, or return null if all certs should be accepted.
|
public static final java.lang.String _rcsid
protected java.util.HashMap patternHash
public TrustsDescription(org.apache.manifoldcf.core.interfaces.ConfigParams configData)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic org.apache.manifoldcf.connectorcommon.interfaces.IKeystoreManager getTrustStore(java.lang.String url)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFException