Dimuthu Leelarathne wrote:

public void updateUser(String userName, Credential oldCredential,
Credential newCredential) throws UserManagerException

I think you meant

        void updateUser (String userName, Object oldCred, Object newCred)
                throws UserManagerException

right?

If so, +1. I don't think we need a Credential interface- in particular it'll kill the chance to pass in a string as a cred. Sanjaya, the cred may be a certificate or a token of some sort picked up from wherever. Hence it has to be flexible.

Thanks,

Sanjiva.
--
Sanjiva Weerawarana, Ph.D.
Founder, Chairman & CEO; WSO2, Inc.; http://www.wso2.com/
email: [EMAIL PROTECTED]; cell: +1 650 265 8311 | +94 77 787 6880

"Oxygenating the Web Service Platform."

_______________________________________________
Commons-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/commons-dev

Reply via email to