Warning |
---|
This feature will be deprecated in a future version as it could cause long-running connection leaks. |
With WSO2 Identity Server you can easily count the users and roles using Management Console and Admin Services. First, you should download the product and configure this feature. Follow the below steps to do this:
...
You can access the user store count using the managemet management console. Follow the steps below to do this:
...
Change the
HideAdminServiceWSDLs
property in<IS_HOME>/repository/conf/carbon.xml
to false to get access to the WSDL's of the admin services.Code Block language xml <HideAdminServiceWSDLs>false</HideAdminServiceWSDLs>
Access the WSDL of UserStoreCountService service by browsing https://localhost:9443/services/UserStoreCountService?wsdl. If the WSDL is loading, access the methods of the service through SoapUI. Here, you will have access to additional methods (CountByClaimsInDomain, countClaims) than from the Management Console.
Note |
---|
By default, only JDBC user store implementations support this service but the functionality can be extended to LDAP user stores or any other type of user store as well. |