Package edu.ucsb.nceas.metacat.authentication


package edu.ucsb.nceas.metacat.authentication
  • Class
    Description
    Exception class will be used in the authentication process
    This an authentication class base on a username/password file.
    A class to use the BCryptHash algorithm to generate the hash.
    This an interface for different hash algorithms using to protect users' password in the username/password file
    Implementation of AuthInterface for ORCID auth (see orcid.org).