Uses of Interface
net.shibboleth.oidc.metadata.OIDCMetadataResolver
Packages that use OIDCMetadataResolver
Package
Description
Interfaces and common classes related to resolution of OIDC metadata (or client information).
Implementation classes related to resolution of OIDC metadata (or client information).
Metadata policy implementation.
-
Uses of OIDCMetadataResolver in net.shibboleth.oidc.metadata
Subinterfaces of OIDCMetadataResolver in net.shibboleth.oidc.metadataModifier and TypeInterfaceDescriptioninterfaceMarker interface forOIDCMetadataResolverimplementations which resolve metadata by dynamically querying for the requested data individually at the time of the resolution operation, for example by invoking a request to the well-known provider configuration endpoint. -
Uses of OIDCMetadataResolver in net.shibboleth.oidc.metadata.impl
Classes in net.shibboleth.oidc.metadata.impl that implement OIDCMetadataResolverModifier and TypeClassDescriptionclassAbstractOIDCMetadataResolver<MetadataIdentifier,MetadataType> An abstract metadata resolver which supports any type of metadata.classConcrete metadata resolver for OIDC Provider configuration metadata resolution.classConcrete metadata resolver for OIDC Provider configuration metadata resolution.classConcrete metadata resolver for OIDC Provider configuration metadata resolution. -
Uses of OIDCMetadataResolver in net.shibboleth.oidc.metadata.policy.impl
Classes in net.shibboleth.oidc.metadata.policy.impl that implement OIDCMetadataResolverModifier and TypeClassDescriptionclassConcrete resolver implementation for metadata policy resolution.