Uses of Class
net.shibboleth.oidc.metadata.impl.AbstractOIDCEntityResolver.JsonBackingStore
-
Packages that use AbstractOIDCEntityResolver.JsonBackingStore Package Description net.shibboleth.oidc.metadata.impl 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.JsonBackingStore Modifier and Type Field Description private AbstractOIDCEntityResolver.JsonBackingStoreAbstractOIDCEntityResolver. jsonBackingStoreBacking store for runtime JSON data.Methods in net.shibboleth.oidc.metadata.impl that return AbstractOIDCEntityResolver.JsonBackingStore Modifier and Type Method Description protected AbstractOIDCEntityResolver.JsonBackingStoreAbstractOIDCEntityResolver. createNewBackingStore()Create a new backing store instance for entity data.protected AbstractOIDCEntityResolver.JsonBackingStoreAbstractOIDCEntityResolver. 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.JsonBackingStore Modifier and Type Method Description protected voidAbstractOIDCEntityResolver. indexEntityDescriptor(Value entityDescriptor, Key key, AbstractOIDCEntityResolver.JsonBackingStore backingStore)Index the specified entity descriptor, updating the specified entity backing store instance as necessary.protected voidAbstractOIDCEntityResolver. preProcessEntityDescriptor(Value entityDescriptor, Key key, AbstractOIDCEntityResolver.JsonBackingStore backingStore)Pre-process the specified entity descriptor, updating the specified entity backing store instance as necessary.protected voidAbstractOIDCEntityResolver. removeByIdentifier(Key identifier, AbstractOIDCEntityResolver.JsonBackingStore backingStore)Remove from the backing store all metadata for the entity with the given identifier.protected voidAbstractOIDCEntityResolver. setBackingStore(AbstractOIDCEntityResolver.JsonBackingStore newBackingStore)Set the entity backing store currently in use by the metadata resolver.
-