Interface MetadataValueResolver
-
- All Superinterfaces:
Component,IdentifiedComponent,Resolver<Object,ProfileRequestContext>
- All Known Subinterfaces:
RefreshableMetadataValueResolver
public interface MetadataValueResolver extends Resolver<Object,ProfileRequestContext>, IdentifiedComponent
A resolver that is capable of resolving dynamic metadata values (asObjects) which meet certain supplied 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
-
-