Class ThreadLocalX509TrustEngineContext.Data

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private net.shibboleth.utilities.java.support.resolver.CriteriaSet criteriaSet
      Criteria.
      private Boolean failureFatal
      Whether trust engine evaluation failure should be treated as fatal.
      private Boolean trusted
      Whether evaluation target was trusted.
      private org.opensaml.security.trust.TrustEngine<? super org.opensaml.security.x509.X509Credential> trustEngine
      Trust engine.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Data​(org.opensaml.security.trust.TrustEngine<? super org.opensaml.security.x509.X509Credential> engine, net.shibboleth.utilities.java.support.resolver.CriteriaSet criteria, Boolean fatal)  
    • Field Detail

      • trustEngine

        private org.opensaml.security.trust.TrustEngine<? super org.opensaml.security.x509.X509Credential> trustEngine
        Trust engine.
      • criteriaSet

        private net.shibboleth.utilities.java.support.resolver.CriteriaSet criteriaSet
        Criteria.
      • trusted

        private Boolean trusted
        Whether evaluation target was trusted.
      • failureFatal

        private Boolean failureFatal
        Whether trust engine evaluation failure should be treated as fatal. Defaults to true.
    • Constructor Detail

      • Data

        private Data​(@Nonnull
                     org.opensaml.security.trust.TrustEngine<? super org.opensaml.security.x509.X509Credential> engine,
                     @Nonnull
                     net.shibboleth.utilities.java.support.resolver.CriteriaSet criteria,
                     @Nullable
                     Boolean fatal)