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). -
-
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.
-