Package net.shibboleth.oidc.metadata
Interface JSONMetadataResolver
- All Superinterfaces:
Component,IdentifiedComponent,Resolver<Map<String,Object>, CriteriaSet>
- All Known Implementing Classes:
JSONMapMetadataResolver
public interface JSONMetadataResolver
extends Resolver<Map<String,Object>,CriteriaSet>, IdentifiedComponent
A resolver that is capable of resolving
Map instances which meet certain supplied criteria.
At a minimum, a JSONMetadataResolver implementation MUST support the following criteria:
-
Method Summary
Methods inherited from interface net.shibboleth.shared.component.IdentifiedComponent
getIdMethods inherited from interface net.shibboleth.shared.resolver.Resolver
resolve, resolveSingle