Class Md4Authenticator

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

    public class Md4Authenticator
    extends com.logicaldoc.core.security.authentication.DefaultAuthenticator
    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
        Specified by:
        authenticate in interface com.logicaldoc.core.security.authentication.Authenticator
        Overrides:
        authenticate in class com.logicaldoc.core.security.authentication.DefaultAuthenticator
        Throws:
        com.logicaldoc.core.security.authentication.AuthenticationException