protected static class TrustsDescription.TrustsItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.regex.Pattern |
pattern
The bin-matching pattern.
|
protected org.apache.manifoldcf.connectorcommon.interfaces.IKeystoreManager |
trustStore
The credential, or null if this is a "trust everything" item
|
| Constructor and Description |
|---|
TrustsItem(java.util.regex.Pattern p,
java.lang.String trustStoreString)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.regex.Pattern |
getPattern()
Get the pattern.
|
org.apache.manifoldcf.connectorcommon.interfaces.IKeystoreManager |
getTrustStore()
Get keystore
|
protected java.util.regex.Pattern pattern
protected org.apache.manifoldcf.connectorcommon.interfaces.IKeystoreManager trustStore