Class AbstractOIDCEntityResolver.JsonBackingStore
java.lang.Object
net.shibboleth.oidc.metadata.impl.AbstractOIDCEntityResolver.JsonBackingStore
- Enclosing class:
- AbstractOIDCEntityResolver<Key extends Identifier,
Value>
The collection of data which provides the backing store for the processed metadata.
-
Field Summary
FieldsModifier and TypeFieldDescriptionIndex of identifiers to their entity information.Ordered list of entity information. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the entity information index.Get the ordered entity information.
-
Field Details
-
indexedEntities
Index of identifiers to their entity information. -
orderedEntitiess
Ordered list of entity information.
-
-
Constructor Details
-
JsonBackingStore
protected JsonBackingStore()Constructor.
-
-
Method Details
-
getIndexedInformation
Get the entity information index.- Returns:
- the entity information index.
-
getOrderedInformation
Get the ordered entity information.- Returns:
- the entity information.
-