02-26-2009 08:01 AM
Set<String> lTickets = authenticationServiceImpl.getUsersWithTickets( true );
02-26-2009 08:12 AM
02-26-2009 10:13 AM
<!– 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. –>
<property name="validDuration">
<value>P20M</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>
</bean>
<property name="validDuration">
<value>P20M</value>
</property>
<!– Do tickets expire or live for ever? –>
<property name="ticketsExpire">
<value>true</value>
</property>
02-26-2009 10:18 AM
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.