Class Md4Authenticator

  • All Implemented Interfaces:
    com.logicaldoc.core.security.authentication.Authenticator

    public class Md4Authenticator
    extends com.logicaldoc.core.security.authentication.AbstractAuthenticator
    Authenticates the user against the MD4 representation of the password.
    Since:
    4.5
    Author:
    Marco Meschieri - LogicalDOC
    • Constructor Detail

      • Md4Authenticator

        public Md4Authenticator()
    • Method Detail

      • authenticate

        public com.logicaldoc.core.security.User authenticate​(String username,
                                                              String password)
                                                       throws com.logicaldoc.core.security.authentication.AuthenticationException
        Throws:
        com.logicaldoc.core.security.authentication.AuthenticationException
      • setUserDAO

        public void setUserDAO​(com.logicaldoc.core.security.dao.UserDAO userDAO)