Package net.shibboleth.oidc.metadata
Interface DynamicOIDCMetadataResolver<T>
-
- Type Parameters:
T- the metadata type
- All Superinterfaces:
Component,IdentifiedComponent,OIDCMetadataResolver<T>,Resolver<T,CriteriaSet>
public interface DynamicOIDCMetadataResolver<T> extends OIDCMetadataResolver<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. Implementations may cache the results of previous resolutions so that subsequent queries may be answered locally.
-
-
Method Summary
-
Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getId
-
Methods inherited from interface net.shibboleth.utilities.java.support.resolver.Resolver
resolve, resolveSingle
-
-