Uses of Class
com.nimbusds.openid.connect.sdk.federation.trust.TrustChainSet
Packages that use TrustChainSet
Package
Description
OpenID Connect Federation 1.0 trust chains and resolution.
-
Uses of TrustChainSet in com.nimbusds.openid.connect.sdk.federation.trust
Methods in com.nimbusds.openid.connect.sdk.federation.trust that return TrustChainSetModifier and TypeMethodDescriptionTrustChainSet.filter(TrustChainConstraints constraints) Filters this trust chain set according to the specified constraints.TrustChainResolver.resolveTrustChains(EntityID target) Resolves the trust chains for the specified target.TrustChainResolver.resolveTrustChains(EntityID target, EntityMetadataValidator targetMetadataValidator) Resolves the trust chains for the specified target, with optional validation of the target entity metadata.TrustChainResolver.resolveTrustChains(EntityStatement targetStatement) Resolves the trust chains for the specified target.