Uses of Interface
net.shibboleth.oidc.metadata.ClientInformationResolver
Packages that use ClientInformationResolver
Package
Description
Interfaces and common classes related to resolution of OIDC metadata (or client information).
Implementation classes related to resolution of OIDC metadata (or client information).
Spring-aware tools for resolving OIDC entities.
-
Uses of ClientInformationResolver in net.shibboleth.oidc.metadata
Subinterfaces of ClientInformationResolver in net.shibboleth.oidc.metadataModifier and TypeInterfaceDescriptioninterfaceSpecialization ofClientInformationResolverthat supports on-demand refresh.Classes in net.shibboleth.oidc.metadata that implement ClientInformationResolverModifier and TypeClassDescriptionclassThis 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 ClientInformationResolverModifier and TypeFieldDescriptionprivate ClientInformationResolverRelyingPartyClientInformationProvider.resolverThe embedded resolver.Methods in net.shibboleth.oidc.metadata that return ClientInformationResolverModifier and TypeMethodDescriptionRelyingPartyClientInformationProvider.getComponent()RelyingPartyClientInformationProvider.getEmbeddedResolver()Return what we are build around.Methods in net.shibboleth.oidc.metadata with parameters of type ClientInformationResolverModifier and TypeMethodDescriptionvoidRelyingPartyClientInformationProvider.setEmbeddedResolver(ClientInformationResolver theResolver) Set theClientInformationResolverto embed. -
Uses of ClientInformationResolver in net.shibboleth.oidc.metadata.impl
Classes in net.shibboleth.oidc.metadata.impl that implement ClientInformationResolverModifier and TypeClassDescriptionclassA client information provider that uses registered resolvers, in turn, to answer queries.classAn OIDC metadata provider that pulls client metadata from a file on the local filesystem.classThis class uses the service interface to implementClientInformationResolver.classAClientInformationResolverexploitingStorageServicefor fetching the stored data.Fields in net.shibboleth.oidc.metadata.impl with type parameters of type ClientInformationResolverModifier and TypeFieldDescriptionprivate List<ClientInformationResolver>ChainingClientInformationResolver.resolversRegistered resolvers.private final ReloadableService<ClientInformationResolver>ReloadingRelyingPartyClientInformationProvider.serviceThe service which managed the reloading.Methods in net.shibboleth.oidc.metadata.impl that return types with arguments of type ClientInformationResolverModifier and TypeMethodDescriptionChainingClientInformationResolver.getResolvers()Get an immutable the list of currently registered resolvers.Methods in net.shibboleth.oidc.metadata.impl with parameters of type ClientInformationResolverModifier and TypeMethodDescriptionprotected 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 ClientInformationResolverModifier and TypeMethodDescriptionvoidChainingClientInformationResolver.setResolvers(List<? extends ClientInformationResolver> newResolvers) Set the registered client information resolvers.Constructor parameters in net.shibboleth.oidc.metadata.impl with type arguments of type ClientInformationResolverModifierConstructorDescriptionReloadingRelyingPartyClientInformationProvider(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 ClientInformationResolverModifier and TypeMethodDescriptionClientInformationResolverServiceStrategy.apply(ApplicationContext appContext)