Package com.logicaldoc.enterprise.md4
Class Md4Authenticator
java.lang.Object
com.logicaldoc.core.security.authentication.AbstractAuthenticator
com.logicaldoc.core.security.authentication.DefaultAuthenticator
com.logicaldoc.enterprise.md4.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 Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.logicaldoc.core.security.user.User
authenticate
(String username, String password) Methods inherited from class com.logicaldoc.core.security.authentication.DefaultAuthenticator
authenticate, pickUser, setUserDAO, validateUser
Methods inherited from class com.logicaldoc.core.security.authentication.AbstractAuthenticator
authenticate, canAuthenticateUser, isEnabled
-
Constructor Details
-
Md4Authenticator
public Md4Authenticator()
-
-
Method Details
-
authenticate
public com.logicaldoc.core.security.user.User authenticate(String username, String password) throws com.logicaldoc.core.security.authentication.AuthenticationException - Specified by:
authenticate
in interfacecom.logicaldoc.core.security.authentication.Authenticator
- Overrides:
authenticate
in classcom.logicaldoc.core.security.authentication.DefaultAuthenticator
- Throws:
com.logicaldoc.core.security.authentication.AuthenticationException
-