Uses of Class
com.nimbusds.openid.connect.sdk.federation.trust.TrustChainSet
-
Packages that use TrustChainSet Package Description com.nimbusds.openid.connect.sdk.federation.trust 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 TrustChainSet Modifier and Type Method Description TrustChainSetTrustChainSet. filter(TrustChainConstraints constraints)Returns a filtered trust chain set according to constraints.TrustChainSetTrustChainResolver. resolveTrustChains(EntityID target)Resolves the trust chains for the specified target.TrustChainSetTrustChainResolver. resolveTrustChains(EntityStatement targetStatement)Resolves the trust chains for the specified target.
-