Class ThreadLocalX509TrustEngineContext.Data
java.lang.Object
org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineContext.Data
- Enclosing class:
- ThreadLocalX509TrustEngineContext
Unified class representing the data that will be managed by the thread local storage.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CriteriaSetCriteria.private BooleanWhether trust engine evaluation failure should be treated as fatal.private BooleanWhether evaluation target was trusted.private TrustEngine<? super X509Credential>Trust engine. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateData(TrustEngine<? super X509Credential> engine, CriteriaSet criteria, Boolean fatal) Constructor. -
Method Summary
-
Field Details
-
trustEngine
Trust engine. -
criteriaSet
Criteria. -
trusted
Whether evaluation target was trusted. -
failureFatal
Whether trust engine evaluation failure should be treated as fatal. Defaults to true.
-
-
Constructor Details