03-06-2009 04:50 PM
01-26-2010 05:33 PM
<beans>
<!– The ticket component. –>
<!– Used for reauthentication –>
<bean id="ticketComponent"
class="org.alfresco.repo.security.authentication.InMemoryTicketComponentImpl">
<property name="ticketsCache">
<ref bean="ticketsCache"/>
</property>
<!– The period for which tickets are valid in XML duration format. –>
<!– The default is P1H for one hour. or PT1H –>
<property name="validDuration">
<value>PT1M</value>
</property>
<!– Do tickets expire or live for ever? –>
<property name="ticketsExpire">
<value>true</value>
</property>
<!– Are tickets only valid for a single use? –>
<property name="oneOff">
<value>false</value>
</property>
<!– If ticketsEpire is true then how they should expire –>
<!– AFTER_INACTIVITY, AFTER_FIXED_TIME, DO_NOT_EXPIRE –>
<!– The default is AFTER_FIXED_TIME –>
<property name="expiryMode">
<value>AFTER_INACTIVITY</value>
</property>
</bean>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.