Class FilesystemClientInformationResolver

All Implemented Interfaces:
ClientInformationResolver, RefreshableClientInformationResolver, Component, DestructableComponent, IdentifiableComponent, IdentifiedComponent, InitializableComponent, Resolver<OIDCClientInformation,CriteriaSet>

public class FilesystemClientInformationResolver extends AbstractFileOIDCEntityResolver<ClientID,OIDCClientInformation> implements RefreshableClientInformationResolver
An OIDC metadata provider that pulls client metadata from a file on the local filesystem. Based on FilesystemMetadataResolver.