<?xml version="1.0" encoding="utf-8" ?>
<objects xmlns="http://www.springframework.net"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xmlns:quartz="http://www.opensymphony.com/quartz/JobSchedulingData"
         xsi:schemaLocation="http://www.springframework.net http://www.springframework.net/xsd/spring-objects.xsd" >


  <object id="encryptionUtility" type="Sleis.Utility.EncryptionUtility">
    <constructor-arg name="passphrase" value="${security.key}" />
    <constructor-arg name="tokenValidForHours" value="${security.toke.expire.after.hours}" />
  </object>

  <object id="lokupCacheDuration" type="System.TimeSpan">
    <constructor-arg name="days" value="${lookup.cache.duration.days}" />
    <constructor-arg name="hours" value="${lookup.cache.duration.hrs}" />
    <constructor-arg name="minutes" value="0" />
    <constructor-arg name="seconds" value="0" />
  </object>

</objects>