Restauth
Rest authentication.
Notice! This change requires the update of MoyaAuthModulev4.jar found in git root!
-
97 110 // } 98 111 // } 99 112 113 public static enum UserType 114 { 115 USER, REST 116 } 117 100 118 @Override 101 public boolean authenticate(String username, String password) { 102 boolean ret = (tryLogin(username, password) != null); 119 public AuthenticationResult authUsername(String username, String password) { 120 logger.info("Trying jaas auth with '{}', '{}'", username, password); -
Owner
Passu logeihin?
-
-
97 110 // } 98 111 // } 99 112 113 public static enum UserType 114 { 115 USER, REST 116 } 117 100 118 @Override 101 public boolean authenticate(String username, String password) { 102 boolean ret = (tryLogin(username, password) != null); 119 public AuthenticationResult authUsername(String username, String password) { 120 logger.info("Trying jaas auth with '{}', '{}'", username, password); -
Oho...
-
-
Please register or sign in to post a comment