Package org.nuxeo.ecm.core.storage
Class Credentials
- java.lang.Object
-
- org.nuxeo.ecm.core.storage.Credentials
-
public final class Credentials extends Object
Simple username + password.- Author:
- Florent Guillaume
-
-
Constructor Summary
Constructors Constructor Description Credentials(String username, String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetPassword()StringgetUserName()inthashCode()
-