Uses of Class
com.nimbusds.openid.connect.sdk.federation.trust.ResolveException
-
Packages that use ResolveException Package Description com.nimbusds.openid.connect.sdk.federation.trust 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 ResolveException Modifier and Type Method Description EntityStatementDefaultEntityStatementRetriever. fetchEntityStatement(URI federationAPIEndpoint, EntityID issuer, EntityID subject)EntityStatementEntityStatementRetriever. fetchEntityStatement(URI federationAPIEndpoint, EntityID issuer, EntityID subject)Fetches an entity statement from a federation API endpoint.EntityStatementDefaultEntityStatementRetriever. fetchSelfIssuedEntityStatement(EntityID target)EntityStatementEntityStatementRetriever. fetchSelfIssuedEntityStatement(EntityID target)Fetches an entity's self-issued statement from its federation entity configuration endpoint.TrustChainSetTrustChainResolver. resolveTrustChains(EntityID target)Resolves the trust chains for the specified target.TrustChainSetTrustChainResolver. resolveTrustChains(EntityID target, EntityMetadataValidator targetMetadataValidator)Resolves the trust chains for the specified target, with optional validation of the target entity metadata.TrustChainSetTrustChainResolver. resolveTrustChains(EntityStatement targetStatement)Resolves the trust chains for the specified target.
-