Uses of Interface
net.shibboleth.oidc.metadata.OIDCMetadataResolver
-
Packages that use OIDCMetadataResolver Package Description net.shibboleth.oidc.metadata Interfaces and common classes related to resolution of OIDC metadata (or client information). -
-
Uses of OIDCMetadataResolver in net.shibboleth.oidc.metadata
Subinterfaces of OIDCMetadataResolver in net.shibboleth.oidc.metadata Modifier and Type Interface Description interfaceDynamicOIDCMetadataResolver<T>Marker 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.
-