Package net.shibboleth.oidc.metadata
Interface JSONMetadataResolver
-
- All Superinterfaces:
Component,IdentifiedComponent,Resolver<Map<String,Object>,CriteriaSet>
public interface JSONMetadataResolver extends Resolver<Map<String,Object>,CriteriaSet>, IdentifiedComponent
A resolver that is capable of resolvingMapinstances which meet certain supplied criteria.At a minimum, a
JSONMetadataResolverimplementation MUST support the following criteria:
-
-
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
-
-