Package net.shibboleth.oidc.metadata
Interface OIDCMetadataResolver<T>
-
- Type Parameters:
T- the type of objects produced by this metadata resolver
- All Superinterfaces:
Component,IdentifiedComponent,Resolver<T,CriteriaSet>
- All Known Subinterfaces:
DynamicOIDCMetadataResolver<T>
public interface OIDCMetadataResolver<T> extends Resolver<T,CriteriaSet>, IdentifiedComponent
Generic interface for OIDC Metadata resolvers which process specified criteria and produce some implementation-specific result information.
-
-
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
-
-