07-06-2009 08:45 PM
07-07-2009 09:48 AM
07-15-2009 09:43 PM
07-16-2009 01:57 AM
07-16-2009 04:35 AM
07-16-2009 05:31 AM
<property name="custom:personAspect_lastLoginDate">
<type>d:date</type>
</property>
<property name="custom:personAspect_thisLoginDate">
<type>d:date</type>
</property>
try
{
UsernamePasswordAuthenticationToken authentication = new UsernamePasswordAuthenticationToken(userName,
new String(password));
authenticationManager.authenticate(authentication);
// your custom Code here : if person exists and has not the custom Aspect, add it
// update the custom properties :
// custom:personAspect_lastLoginDate = custom:personAspect_thisLoginDate
// custom:personAspect_thisLoginDate = new Date;
setCurrentUser(userName);
}
07-19-2009 10:03 PM
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.