Class EmptyBackingStore<I,T>
java.lang.Object
net.shibboleth.oidc.metadata.impl.AbstractBackingStore<I,T>
net.shibboleth.oidc.metadata.impl.EmptyBackingStore<I,T>
- All Implemented Interfaces:
BackingStore<I,T>
A backing store which provides no functionality other than to return empty unmodifiable lists.
- Since:
- 3.1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the index - mapping keys to values.Get the list of ordered values.
-
Constructor Details
-
EmptyBackingStore
public EmptyBackingStore()
-
-
Method Details
-
getIndexedValues
Description copied from interface:BackingStoreGet the index - mapping keys to values.- Specified by:
getIndexedValuesin interfaceBackingStore<I,T> - Overrides:
getIndexedValuesin classAbstractBackingStore<I,T> - Returns:
- the index.
-
getOrderedValues
Description copied from interface:BackingStoreGet the list of ordered values.- Specified by:
getOrderedValuesin interfaceBackingStore<I,T> - Overrides:
getOrderedValuesin classAbstractBackingStore<I,T> - Returns:
- the list of ordered values.
-