Class AbstractOIDCEntityResolver.JsonBackingStore

java.lang.Object
net.shibboleth.oidc.metadata.impl.AbstractOIDCEntityResolver.JsonBackingStore
Enclosing class:
AbstractOIDCEntityResolver<Key extends Identifier,Value>

protected class AbstractOIDCEntityResolver.JsonBackingStore extends Object
The collection of data which provides the backing store for the processed metadata.
  • Field Details

    • indexedEntities

      @Nonnull private final Map<Key extends Identifier,List<Value>> indexedEntities
      Index of identifiers to their entity information.
    • orderedEntitiess

      @Nonnull private final List<Value> orderedEntitiess
      Ordered list of entity information.
  • Constructor Details

    • JsonBackingStore

      protected JsonBackingStore()
      Constructor.
  • Method Details

    • getIndexedInformation

      @Nonnull public Map<Key,List<Value>> getIndexedInformation()
      Get the entity information index.
      Returns:
      the entity information index.
    • getOrderedInformation

      @Nonnull public List<Value> getOrderedInformation()
      Get the ordered entity information.
      Returns:
      the entity information.