Uses of Interface
org.geant.idpextension.oidc.metadata.resolver.ClientInformationResolver
-
Packages that use ClientInformationResolver Package Description org.geant.idpextension.oidc.metadata.resolver Interfaces and common classes related to resolution of OIDC metadata (or client information). -
-
Uses of ClientInformationResolver in org.geant.idpextension.oidc.metadata.resolver
Subinterfaces of ClientInformationResolver in org.geant.idpextension.oidc.metadata.resolver Modifier and Type Interface Description interfaceRefreshableClientInformationResolverSpecialization ofClientInformationResolverthat supports on-demand refresh.Classes in org.geant.idpextension.oidc.metadata.resolver 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 org.geant.idpextension.oidc.metadata.resolver declared as ClientInformationResolver Modifier and Type Field Description private ClientInformationResolverRelyingPartyClientInformationProvider. resolverThe embedded resolver.Methods in org.geant.idpextension.oidc.metadata.resolver that return ClientInformationResolver Modifier and Type Method Description ClientInformationResolverRelyingPartyClientInformationProvider. getComponent()ClientInformationResolverRelyingPartyClientInformationProvider. getEmbeddedResolver()Return what we are build around.Methods in org.geant.idpextension.oidc.metadata.resolver with parameters of type ClientInformationResolver Modifier and Type Method Description voidRelyingPartyClientInformationProvider. setEmbeddedResolver(ClientInformationResolver theResolver)Set theClientInformationResolverto embed.
-