If you've got a custom authentication handler, I'd recommend just adding it to your code. If you're using one of our built-in ones, I'd write your own AuthenticationHandler that delegates authentication to the existing handler, but updates the database based on the return value.
Cheers, Scott On Mon, Jan 17, 2011 at 4:59 PM, Amy Aldredge <[email protected]>wrote: > Hi, > > > > I am using CAS to authenticate against a database. I need it to update a > column with the last logged in time after successful authentication. Is > there an easy/quick way to hook that in? > > > > Thanks! > > -- > You are currently subscribed to [email protected] as: > [email protected] > > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
