Package org.alfresco.repo.web.auth
Class BasicAuthCredentials
- java.lang.Object
-
- org.alfresco.repo.web.auth.BasicAuthCredentials
-
- All Implemented Interfaces:
java.io.Serializable
,WebCredentials
public class BasicAuthCredentials extends java.lang.Object implements WebCredentials
WebCredentials
holding username and the md5 hash of the password.- Author:
- Alex Miller
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BasicAuthCredentials(java.lang.String userName, java.lang.String password)
Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-