Package net.shibboleth.oidc.metadata.filter
Metadata cache filter API.
-
Interface Summary Interface Description MetadataFilter<T> A metadata filter is used to process a metadata document after it has been acquired from a metadata source.MetadataFilterContext.Data Marker interface for data classes to be used withMetadataFilterContext. -
Class Summary Class Description MetadataFilterContext Class used to provide contextual information at runtime toMetadataFilterimplementations.MetadataSource Data object forMetadataFilterContextintended to hold information about the source of the metadata currently being processed. -
Exception Summary Exception Description FilterException An exception thrown during the evaluation of aMetadataFilter.