Uses of Interface
com.nimbusds.openid.connect.sdk.federation.trust.EntityStatementRetriever
Packages that use EntityStatementRetriever
Package
Description
OpenID Connect Federation 1.0 trust chains and resolution.
-
Uses of EntityStatementRetriever in com.nimbusds.openid.connect.sdk.federation.trust
Classes in com.nimbusds.openid.connect.sdk.federation.trust that implement EntityStatementRetrieverModifier and TypeClassDescriptionclassThe default entity statement retriever for resolving trust chains.Methods in com.nimbusds.openid.connect.sdk.federation.trust that return EntityStatementRetrieverModifier and TypeMethodDescriptionTrustChainResolver.getEntityStatementRetriever()Returns the configured entity statement retriever.Constructors in com.nimbusds.openid.connect.sdk.federation.trust with parameters of type EntityStatementRetrieverModifierConstructorDescriptionTrustChainResolver(Map<EntityID, com.nimbusds.jose.jwk.JWKSet> trustAnchors, TrustChainConstraints constraints, EntityStatementRetriever statementRetriever) Creates new trust chain resolver.