Uses of Class
net.shibboleth.oidc.metadata.impl.AbstractOIDCEntityResolver.JsonBackingStore
Packages that use AbstractOIDCEntityResolver.JsonBackingStore
Package
Description
Implementation classes related to resolution of OIDC metadata (or client information).
-
Uses of AbstractOIDCEntityResolver.JsonBackingStore in net.shibboleth.oidc.metadata.impl
Fields in net.shibboleth.oidc.metadata.impl declared as AbstractOIDCEntityResolver.JsonBackingStoreModifier and TypeFieldDescriptionAbstractOIDCEntityResolver.jsonBackingStoreBacking store for runtime JSON data.Methods in net.shibboleth.oidc.metadata.impl that return AbstractOIDCEntityResolver.JsonBackingStoreModifier and TypeMethodDescriptionprotected AbstractOIDCEntityResolver<Key,Value>.JsonBackingStore AbstractOIDCEntityResolver.createNewBackingStore()Create a new backing store instance for entity data.protected AbstractOIDCEntityResolver<Key,Value>.JsonBackingStore AbstractOIDCEntityResolver.getBackingStore()Get the entity backing store currently in use by the metadata resolver.Methods in net.shibboleth.oidc.metadata.impl with parameters of type AbstractOIDCEntityResolver.JsonBackingStoreModifier and TypeMethodDescriptionprotected voidAbstractOIDCEntityResolver.indexEntityDescriptor(Value entityDescriptor, Key key, AbstractOIDCEntityResolver<Key, Value>.JsonBackingStore backingStore) Index the specified entity descriptor, updating the specified entity backing store instance as necessary.protected voidAbstractOIDCEntityResolver.preProcessEntityDescriptor(Value entityDescriptor, Key key, AbstractOIDCEntityResolver<Key, Value>.JsonBackingStore backingStore) Pre-process the specified entity descriptor, updating the specified entity backing store instance as necessary.protected voidAbstractOIDCEntityResolver.removeByIdentifier(Key identifier, AbstractOIDCEntityResolver<Key, Value>.JsonBackingStore backingStore) Remove from the backing store all metadata for the entity with the given identifier.protected voidAbstractOIDCEntityResolver.setBackingStore(AbstractOIDCEntityResolver<Key, Value>.JsonBackingStore newBackingStore) Set the entity backing store currently in use by the metadata resolver.