wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
746 stars 724 forks source link

Having the map with User Store className vs User Store typeName #6828

Open Kanapriya opened 4 years ago

Kanapriya commented 4 years ago

Construct a map to maintain User Store className vs UserStore typeName in user store manager layer. E.g: if the class name is org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager then type name should be JDBCUserStoreManager.

tharindu-b-hewage commented 4 years ago

@Kanapriya

I have a small doubt. How does this change affect the User Store REST APIs?

Kanapriya commented 4 years ago

@tharindu-bandara : Already have these capabilities in the API layer, discussed to move this capability to user store manager from the API layer. Hence it doesn't have any affect User Store REST APIs functionality.