Interface MetadataPolicyResolver
-
- All Superinterfaces:
Component,IdentifiedComponent,Resolver<Map<String,MetadataPolicy>,CriteriaSet>
public interface MetadataPolicyResolver extends Resolver<Map<String,MetadataPolicy>,CriteriaSet>, IdentifiedComponent
A resolver that is capable of resolving map of metadata policies (in the entry values asMetadataPolicyobjects) which meet certain supplied criteria. The keys in the map refer to the claims for which the metadata policy is related to.
-
-
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
-
-