Class TrustsDescription.TrustsItem

  • Enclosing class:
    TrustsDescription

    protected static class TrustsDescription.TrustsItem
    extends java.lang.Object
    Class representing an individual credential item.
    • Field Summary

      Fields 
      Modifier and Type Field 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 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.Pattern getPattern()
      Get the pattern.
      org.apache.manifoldcf.connectorcommon.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.connectorcommon.interfaces.IKeystoreManager trustStore
        The credential, or null if this is a "trust everything" item
    • Constructor Detail

      • TrustsItem

        public 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.connectorcommon.interfaces.IKeystoreManager getTrustStore()
        Get keystore