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 TypeMethodDescriptionvoidAdd a group into the filevoidAuthFile.addUser(String dn, String[] groups, String plainPass, String hashedPass, String email, String surName, String givenName, String organization) Add a user to the filevoidAuthFile.addUserToGroup(String userName, String group) Add a user to a groupbooleanAuthFile.authenticate(String user, String password) booleanAuthOrcid.authenticate(String user, String password) Not supported for ORCID-based authvoidAuthFile.modifyPassWithHash(String userName, String newHashPassword) Change the password of the user to the new one which is hashedvoidAuthFile.modifyPassWithPlain(String userName, String newPlainPassword) Change the password of the user to the new one which is plain.voidAuthFile.removeUserFromGroup(String userName, String group) Remove a user from a group.Constructors in edu.ucsb.nceas.metacat.authentication that throw AuthenticationException