Package org.opensaml.security.x509
Interface PKIXValidationInformationResolver
- All Superinterfaces:
Resolver<PKIXValidationInformation,CriteriaSet>
public interface PKIXValidationInformationResolver
extends Resolver<PKIXValidationInformation,CriteriaSet>
A resolver which uses
Criterion to resolve
PKIXValidationInformation, which will typically be used by PKIX-based trust engines.
Implementations must also implement resolveTrustedNames(CriteriaSet), which will
return a set of trusted names associated with the entity implied by the criteria. These trusted names
may be used to validate (in an application-specific manner) that an entity is trusted to wield a particular
certificate.-
Method Summary
Modifier and TypeMethodDescriptionresolveTrustedNames(CriteriaSet criteriaSet) Resolve a set of trusted names associated with the entity indicated by the criteria.booleanCheck whether resolution of trusted names is supported.Methods inherited from interface net.shibboleth.shared.resolver.Resolver
resolve, resolveSingle
-
Method Details
-
supportsTrustedNameResolution
boolean supportsTrustedNameResolution()Check whether resolution of trusted names is supported.- Returns:
- true if the implementation supports resolution of trusted names, otherwise false