07-06-2009 11:45 PM
07-07-2009 12:48 PM
07-16-2009 12:43 AM
07-16-2009 04:57 AM
07-16-2009 07:35 AM
07-16-2009 08: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-20-2009 01:03 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.