自定义用户商店经理类未显示在用户商店下拉列表中

问题描述:

我正在通过扩展JDBCUserStoreManager编写自定义用户存储管理器,并将我的jar放到WSO2 dropins目录中,我的用户存储已成功初始化,但是自定义用户存储在用户存储下拉菜单上不可用我正在关注此链接 https://docs.wso2.com/display/IS510/写作+ a +自定义+用户+商店+管理器

i am writing a custom user store manager by extending JDBCUserStoreManager and place my jar to WSO2 dropins directory my user store is successfully initialize but custom user store is not available on user store drop down menu i am following this link https://docs.wso2.com/display/IS510/Writing+a+Custom+User+Store+Manager

您所指向的文档仅说明了如何将自定义用户存储管理器用作主要用户存储.

Documentation you have pointed only explains how to use the custom userstore manager as the primary userstore.

您需要将用户存储管理器注册为osgi服务,就像

You need to register the userstore manager as a osgi service like done for JDBCUserStoreManager