Package org.alfresco.repo.web.auth
Class NTLMCredentials
- java.lang.Object
-
- org.alfresco.repo.web.auth.NTLMCredentials
-
- All Implemented Interfaces:
java.io.Serializable
,WebCredentials
public class NTLMCredentials extends java.lang.Object implements WebCredentials
WebCredentials
for holding credentials for NTLM authentication.- Author:
- Alex Miller
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NTLMCredentials(java.lang.String userName, byte[] passwordHash)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
-