Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This Storage Service, identified by type="Memory", stores data in-memory and does not persist it across restarts of the shibd service.

Attributes

Common Attributes

All StorageService plugin types support the following attributes:

Name

Type

Required?

Description

type

String

Y

Specifies the type of StorageService plugin

id 

XML ID


A unique identifier within the configuration file that labels the plugin instance so other plugins can reference it

Specific Attributes

Name

Type

Default

Description

cleanupInterval 

time in seconds900

Interval in seconds between background cleanup of service, when expired entries are swept from memory.

Example

Default Storage Service definition
<StorageService type="Memory" id="mem" cleanupInterval="900"/>
  • No labels