On Fri, Oct 26, 2012 at 11:50 AM, Subash Chaturanga <[email protected]> wrote:

> Hi Senaka,
> We have created a new registry-core 4.0.3 for the purpose of using the
> 4.0.3 user core. Noticed they have set of additional methods in the API for
> the purpose of
> adding multiple user stores. Shall we implement these from our end and
> point to the new user core (just wanted to make sure as this is a patch
> release) ?
>
>
Hi Hasini,
In the interface, following methods, is there any particular reason why
there is no UserStoreException in the throws list of the interface.
If not, can we add the UserStoreException for the following so that others
who use this API doesn't need to catch user core specific exceptions from
registry side.

    public UserStoreManager getSecondaryUserStoreManager() ;
    public UserStoreManager getSecondaryUserStoreManager(String s) ;
    public void addSecondaryUserStoreManager(String s, UserStoreManager
userStoreManager) ;
    public void setSecondaryUserStoreManager(UserStoreManager
userStoreManager);



> Thanks
> --
>
> Subash Chaturanga
> Software Engineer
> WSO2 Inc. http://wso2.com
>
> email - [email protected]
> phone - 077 2225922
>
>


-- 

Subash Chaturanga
Software Engineer
WSO2 Inc. http://wso2.com

email - [email protected]
phone - 077 2225922
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to