Uses of Class
edu.ucsb.nceas.metacat.authentication.AuthenticationException
Packages that use AuthenticationException
-
Uses of AuthenticationException in edu.ucsb.nceas.metacat.authentication
Methods in edu.ucsb.nceas.metacat.authentication that throw AuthenticationExceptionModifier 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.Constructors in edu.ucsb.nceas.metacat.authentication that throw AuthenticationException