Class ThreadLocalX509TrustEngineContext.Data
- java.lang.Object
-
- org.opensaml.security.x509.tls.impl.ThreadLocalX509TrustEngineContext.Data
-
- Enclosing class:
- ThreadLocalX509TrustEngineContext
private static final class ThreadLocalX509TrustEngineContext.Data extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.utilities.java.support.resolver.CriteriaSetcriteriaSetCriteria.private BooleanfailureFatalWhether trust engine evaluation failure should be treated as fatal.private BooleantrustedWhether evaluation target was trusted.private org.opensaml.security.trust.TrustEngine<? super org.opensaml.security.x509.X509Credential>trustEngineTrust engine.
-
-
-
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)
-
-