[cas-dev] Central Identity Service (CIS)
Velpi
velpi at industria.be
Fri Dec 22 11:12:55 EST 2006
Stephen More wrote:
>>> Detect password expired condition and initiate change password
>>> functionality
>> I'm working on this (too) at the moment (integrated into CAS). How far
>> are you on this topic? I'm eager to cooperate.
>
> Third, I was thinking of creating a
> StoredProcedureDatabaseAuthenticationHandler.java
I created an action, similar to "warnAction" that does a lookup using a
pluggable class. My class is going back to an LDAP, but a JDBC
implementation would not be hard.
The part I'm still missing is fetching the current user while I'm in the
action, but that should be possible using the cookie-TGT.
pro:
* webflow configurable (very flexible)
* pluggable
* views easily configurable
* datastore can be a different one that the auth store
con:
* extra callback to datastore
-- Velpi
More information about the cas-dev
mailing list