Hi

I would like to set/update a property "lastLogin" when a user logged
in to apache clerezza. I suggest to define the property as follows:

<rdf:Property rdf:about="http://clerezza.org/2009/08/platform#lastLogin";>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DataProperty"/>
<rdfs:label xml:lang="en">last Login</rdfs:label>
<skos:definition xml:lang="en">
Points to the last login time stamp of the user.
</skos:definition>
<rdfs:isDefinedBy rdf:resource="http://clerezza.org/2009/08/platform#"/>
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
</rdf:Property>

I thought to set/upate that property in the authentication providers
(WeightedAuthenticationMethod). is there a better place to set it?

Thanks for the help.

Cheers
tsuy

Reply via email to