45464748495051
protected UserDAO userDAO = null; public SampleRealm() { setName("SampleRealm"); //This name must match the name in the User class's getPrincipals() method setCredentialsMatcher(new Sha256CredentialsMatcher()); }
57585960616263
protected UserDao userDAO = null; public SampleRealm() { setName("SampleRealm"); // This name must match the name in the User // class's getPrincipals() method setCredentialsMatcher(new Sha256CredentialsMatcher()); }
44454647484950
48495051525354