Uses of Interface
net.shibboleth.oidc.metadata.ClientInformationResolver
-
Packages that use ClientInformationResolver Package Description net.shibboleth.oidc.metadata Interfaces and common classes related to resolution of OIDC metadata (or client information).net.shibboleth.oidc.metadata.impl Implementation classes related to resolution of OIDC metadata (or client information).net.shibboleth.oidc.profile.spring.relyingparty.metadata.impl Spring-aware tools for resolving OIDC entities. -
-
Uses of ClientInformationResolver in net.shibboleth.oidc.metadata
Subinterfaces of ClientInformationResolver in net.shibboleth.oidc.metadata Modifier and Type Interface Description interfaceRefreshableClientInformationResolverSpecialization ofClientInformationResolverthat supports on-demand refresh.Classes in net.shibboleth.oidc.metadata that implement ClientInformationResolver Modifier and Type Class Description classRelyingPartyClientInformationProviderThis class exists primarily to allow the parsing of relying-party.xml to create a serviceable implementation ofClientInformationResolver.Fields in net.shibboleth.oidc.metadata declared as ClientInformationResolver Modifier and Type Field Description private ClientInformationResolverRelyingPartyClientInformationProvider. resolverThe embedded resolver.Methods in net.shibboleth.oidc.metadata that return ClientInformationResolver Modifier and Type Method Description ClientInformationResolverRelyingPartyClientInformationProvider. getComponent()ClientInformationResolverRelyingPartyClientInformationProvider. getEmbeddedResolver()Return what we are build around.Methods in net.shibboleth.oidc.metadata with parameters of type ClientInformationResolver Modifier and Type Method Description voidRelyingPartyClientInformationProvider. setEmbeddedResolver(ClientInformationResolver theResolver)Set theClientInformationResolverto embed. -
Uses of ClientInformationResolver in net.shibboleth.oidc.metadata.impl
Classes in net.shibboleth.oidc.metadata.impl that implement ClientInformationResolver Modifier and Type Class Description classChainingClientInformationResolverA client information provider that uses registered resolvers, in turn, to answer queries.classFilesystemClientInformationResolverAn OIDC metadata provider that pulls client metadata from a file on the local filesystem.classReloadingRelyingPartyClientInformationProviderThis class uses the service interface to implementClientInformationResolver.classStorageServiceClientInformationResolverAClientInformationResolverexploitingStorageServicefor fetching the stored data.Fields in net.shibboleth.oidc.metadata.impl with type parameters of type ClientInformationResolver Modifier and Type Field Description private List<ClientInformationResolver>ChainingClientInformationResolver. resolversRegistered resolvers.private ReloadableService<ClientInformationResolver>ReloadingRelyingPartyClientInformationProvider. serviceThe service which managed the reloading.Methods in net.shibboleth.oidc.metadata.impl that return types with arguments of type ClientInformationResolver Modifier and Type Method Description List<ClientInformationResolver>ChainingClientInformationResolver. getResolvers()Get an immutable the list of currently registered resolvers.Methods in net.shibboleth.oidc.metadata.impl with parameters of type ClientInformationResolver Modifier and Type Method Description protected intChainingClientInformationResolver. countClients(ClientInformationResolver resolver)Counts the clients found from the given resolver.Method parameters in net.shibboleth.oidc.metadata.impl with type arguments of type ClientInformationResolver Modifier and Type Method Description voidChainingClientInformationResolver. setResolvers(List<? extends ClientInformationResolver> newResolvers)Set the registered client information resolvers.Constructor parameters in net.shibboleth.oidc.metadata.impl with type arguments of type ClientInformationResolver Constructor Description ReloadingRelyingPartyClientInformationProvider(ReloadableService<ClientInformationResolver> resolverService)Constructor. -
Uses of ClientInformationResolver in net.shibboleth.oidc.profile.spring.relyingparty.metadata.impl
Methods in net.shibboleth.oidc.profile.spring.relyingparty.metadata.impl that return types with arguments of type ClientInformationResolver Modifier and Type Method Description ServiceableComponent<ClientInformationResolver>ClientInformationResolverServiceStrategy. apply(ApplicationContext appContext)
-