...
In WSO2 Identity Server, the Claim Manager is responsible for adding/deleting claims and mapping claims from one namespace to another. The default implementation is DefaultClaimManager,
which is used to store claim data in tables of the JDBC database.
Related Links
See Writing a Custom User Store Manager for a sample on how to configure the custom user store.