Class AbstractOIDCEntityResolver.JsonBackingStore
- java.lang.Object
-
- net.shibboleth.oidc.metadata.impl.AbstractOIDCEntityResolver.JsonBackingStore
-
- Enclosing class:
- AbstractOIDCEntityResolver<Key extends com.nimbusds.oauth2.sdk.id.Identifier,Value>
protected class AbstractOIDCEntityResolver.JsonBackingStore extends Object
The collection of data which provides the backing store for the processed metadata.
-
-
Field Summary
Fields Modifier and Type Field Description private Map<Key,List<Value>>indexedEntitiesIndex of identifiers to their entity information.private List<Value>orderedEntitiessOrdered list of entity information.
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsonBackingStore()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Key,List<Value>>getIndexedInformation()Get the entity information index.List<Value>getOrderedInformation()Get the ordered entity information.
-