Uses of Class
edu.ucsb.nceas.metacat.authentication.AuthenticationException
-
Uses of AuthenticationException in edu.ucsb.nceas.metacat.authentication
Modifier and TypeMethodDescriptionvoid
Add a group into the filevoid
AuthFile.addUser
(String dn, String[] groups, String plainPass, String hashedPass, String email, String surName, String givenName, String organization) Add a user to the filevoid
AuthFile.addUserToGroup
(String userName, String group) Add a user to a groupboolean
AuthFile.authenticate
(String user, String password) boolean
AuthOrcid.authenticate
(String user, String password) Not supported for ORCID-based authvoid
AuthFile.modifyPassWithHash
(String userName, String newHashPassword) Change the password of the user to the new one which is hashedvoid
AuthFile.modifyPassWithPlain
(String userName, String newPlainPassword) Change the password of the user to the new one which is plain.void
AuthFile.removeUserFromGroup
(String userName, String group) Remove a user from a group.