Changes
/* Examples */
<!-- The duration [in seconds] until a cached record is marked as outdated in the UBIK® Kernel. -->
<!-- Switch = "-1" - cached objects are valid indefinetly indefinitely / Switch = "0" - cache is always invalid and will get constantly updated / Switch = "+1" - cached objects are checked every 1+ seconds -->
<add key="UBIK.Service.ValidityPeriod" value="300"/>
<!-- Validation of the used Token -->
<!-- Switch = "0" - the token is not validated / Switch = "1" - data access is only possible after a successfull successful authentication -->
<add key="UBIK.Service.TokenRestrictive" value="1"/>
</source>
=== Example PUSH ===
<!-- The duration [in seconds] until a cached record is marked as outdated in the UBIK® Kernel. -->
<!-- Switch = "-1" - cached objects are valid indefinetly indefinitely / Switch = "0" - cache is always invalid and will get constantly updated / Switch = "+1" - cached objects are checked every 1+ seconds -->
<add key="UBIK.Service.ValidityPeriod" value="300"/>
<!-- Switch = "0" - No logging / Switch = "10" - Simple logging / Switch = "20" - Detailed logging -->
<!-- To enble enable logging the LogLevel must be set to Verbose in the Logging.config. -->
<add key="UBIK.Service.LogLevel" value="10"/>
<!-- Validation of the used Token -->
<!-- Switch = "0" - the token is not validated / Switch = "1" - data access is only possible after a successfull successful authentication -->
<add key="UBIK.Service.TokenRestrictive" value="1"/>
</source>
=== Example USAM===
<!-- The duration [in seconds] until a cached record is marked as outdated in the UBIK® Kernel. -->
<!-- Switch = "-1" - cached objects are valid indefinetly indefinitely / Switch = "0" - cache is always invalid and will get constantly updated / Switch = "+1" - cached objects are checked every 1+ seconds -->
<add key="UBIK.Service.ValidityPeriod" value="0"/>
<!-- Duration The duration [in seconds] of how long a token is valid. --> <!-- For security reasons, it is recommended that the token validity should be set for a short periode period with a maximum of 86400 seconds (24 hours) -->
<add key="UBIK.Service.TokenValidityPeriod" value="60"/>
</source>
=== Example CONTENT Windows Azure ===
<!-- The duration [in seconds] until a cached record is marked as outdated in the UBIK® Kernel. -->
<!-- Switch = "-1" - cached objects are valid indefinetly indefinitely / Switch = "0" - cache is always invalid and will get constantly updated / Switch = "+1" - cached objects are checked every 1+ seconds -->
<add key="UBIK.Service.ValidityPeriod" value="0" />
<!-- Duration [in seconds] how long a token is valid. -->
<!-- For security reasons, it is recommended that the token validity should be set for a short periode period with a maximum of 86400 seconds (24 hours) -->
<add key="UBIK.Service.TokenValidityPeriod" value="300" />
<!-- Validation of the used Token -->
<!-- Switch = "0" - the token is not validated / Switch = "1" - data access is only possible after a successfull successful authentication -->
<add key="UBIK.Service.TokenRestrictive" value="1" />
</source>
=== Example CONTENT Windows Authentication ===
<!-- The duration [in seconds] until a cached record is marked as outdated in the UBIK® Kernel. -->
<!-- Switch = "-1" - cached objects are valid indefinetly indefinitely / Switch = "0" - cache is always invalid and will get constantly updated / Switch = "+1" - cached objects are checked every 1+ seconds -->
<add key="UBIK.Service.ValidityPeriod" value="0" />
<!-- Duration [in seconds] how long a token is valid. -->
<!-- For security reasons, it is recommended that the token validity should be set for a short periode period with a maximum of 86400 seconds (24 hours) -->
<add key="UBIK.Service.TokenValidityPeriod" value="300" />
<!-- Switch = "0" - No logging / Switch = "10" - Simple logging / Switch = "20" - Detailed logging -->
<!-- To enble enable logging the LogLevel must be set to Verbose in the Logging.config. -->
<add key="UBIK.Service.LogLevel" value="10" />
<!-- Validation of the used Token -->
<!-- Switch = "0" - the token is not validated / Switch = "1" - data access is only possible after a successfull successful authentication -->
<add key="UBIK.Service.TokenRestrictive" value="1" />
<headertabs />
== See also ==