From e42f4466b192209bb36a657d5c1e7af00d28e476 Mon Sep 17 00:00:00 2001 From: Amanda Anganes Date: Fri, 12 Jul 2013 06:43:25 -0700 Subject: [PATCH] Added 'task-config.xml' definition --- Server-configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Server-configuration.md b/Server-configuration.md index 3d186e6..3cb221f 100644 --- a/Server-configuration.md +++ b/Server-configuration.md @@ -4,5 +4,6 @@ The MITREid Connect server can function as an OpenID Connect Identity Provider ( * `server-config.xml`: Defines the server's ConfigurationPropertiesBean class which defines the server's `Issuer` URL, from which all other URLs in the system are based. This also defines the display title and titlebar icon. * `data-context.xml`: Data connection information used by the JPA storage layers. The beans defined here will include database connection credentials and any other components that need to be defined for storage. * `crypto-config.xml`: Cryptographic configuration, defines the server's signing and validation service. this requires parameters such as location of the server's private key file and the server's default signing key and algorithm. +* `task-config.xml`: Defines scheduled tasks that should be run repeatedly with a fixed-delay. In our master branch, we have 2 tasks defined: clear out expired tokens, and clear out expired ApprovedSite definitions. * `local-config.xml`: Any remaining new bean definitions that don't fit existing categories but need to be added to the configuration. This is loaded last.