Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.storage
Class Credentials

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.Credentials

public final class Credentials
extends Object

Simple username + password.

Author:
Florent Guillaume

Constructor Summary
Credentials(String username, String password)
           
 
Method Summary
 boolean equals(Object other)
           
 String getPassword()
           
 String getUserName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Credentials

public Credentials(String username,
                   String password)
Method Detail

getUserName

public String getUserName()

getPassword

public String getPassword()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.