Uses of Interface
net.shibboleth.oidc.metadata.RefreshableClientInformationResolver
-
Packages that use RefreshableClientInformationResolver 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). -
-
Uses of RefreshableClientInformationResolver in net.shibboleth.oidc.metadata
Classes in net.shibboleth.oidc.metadata that implement RefreshableClientInformationResolver Modifier and Type Class Description classRelyingPartyClientInformationProviderThis class exists primarily to allow the parsing of relying-party.xml to create a serviceable implementation ofClientInformationResolver. -
Uses of RefreshableClientInformationResolver in net.shibboleth.oidc.metadata.impl
Classes in net.shibboleth.oidc.metadata.impl that implement RefreshableClientInformationResolver 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.
-