Uses of Class
com.nimbusds.openid.connect.sdk.federation.trust.ResolveException
Packages that use ResolveException
Package
Description
OpenID Connect Federation 1.0 trust chains and resolution.
-
Uses of ResolveException in com.nimbusds.openid.connect.sdk.federation.trust
Methods in com.nimbusds.openid.connect.sdk.federation.trust that throw ResolveExceptionModifier and TypeMethodDescriptionDefaultEntityStatementRetriever.fetchEntityStatement(URI federationAPIEndpoint, EntityID issuer, EntityID subject) EntityStatementRetriever.fetchEntityStatement(URI federationAPIEndpoint, EntityID issuer, EntityID subject) Fetches an entity statement from a federation API endpoint.DefaultEntityStatementRetriever.fetchSelfIssuedEntityStatement(EntityID target) EntityStatementRetriever.fetchSelfIssuedEntityStatement(EntityID target) Fetches an entity's self-issued statement from its federation entity configuration endpoint.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.