Package net.shibboleth.oidc.metadata
Interface ClientInformationResolver
-
- All Superinterfaces:
Component,IdentifiedComponent,Resolver<com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation,CriteriaSet>
- All Known Subinterfaces:
RefreshableClientInformationResolver
- All Known Implementing Classes:
RelyingPartyClientInformationProvider
public interface ClientInformationResolver extends Resolver<com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation,CriteriaSet>, IdentifiedComponent
A resolver that is capable of resolvingClientInformationinstances 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
-
-