Package net.shibboleth.oidc.metadata
Interface ClientInformationResolver
- All Superinterfaces:
Component,IdentifiedComponent,Resolver<OIDCClientInformation,CriteriaSet>
- All Known Subinterfaces:
RefreshableClientInformationResolver
- All Known Implementing Classes:
ChainingClientInformationResolver,FilesystemClientInformationResolver,ReloadingRelyingPartyClientInformationProvider,RelyingPartyClientInformationProvider,StorageServiceClientInformationResolver
public interface ClientInformationResolver
extends Resolver<OIDCClientInformation,CriteriaSet>, IdentifiedComponent
A resolver that is capable of resolving
ClientInformation instances which meet certain supplied criteria.-
Method Summary
Methods inherited from interface net.shibboleth.shared.component.IdentifiedComponent
getIdMethods inherited from interface net.shibboleth.shared.resolver.Resolver
resolve, resolveSingle