You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class CustomUserStoreManager extends JDBCUserStoreManager {
private static Log log = LogFactory.getLog(StarkUserStoreManager.class);
// This instance is used to generate the hash values
private static StrongPasswordEncryptor passwordEncryptor
The text was updated successfully, but these errors were encountered:
Location : https://apim.docs.wso2.com/en/4.0.0/administer/managing-users-and-roles/managing-user-stores/writing-a-custom-user-store-manager/
public class CustomUserStoreManager extends JDBCUserStoreManager {
private static Log log = LogFactory.getLog(StarkUserStoreManager.class);
// This instance is used to generate the hash values
private static StrongPasswordEncryptor passwordEncryptor
The text was updated successfully, but these errors were encountered: