org.gcube.common.database.endpoint
Class Credential

java.lang.Object
  extended by org.gcube.common.database.endpoint.Credential

public class Credential
extends Object

Class that represents credentials for access within a database.

Author:
"Luigi Fortunati"

Constructor Summary
Credential(String username, String password)
           
 
Method Summary
 String getPassword()
           
 String getUsername()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Credential

public Credential(String username,
                  String password)
Method Detail

getUsername

public String getUsername()

getPassword

public String getPassword()


Copyright © 2013. All Rights Reserved.