Save This Page
Home » commons-dbcp-1.2.2-src » org.apache.commons » dbcp » datasources » [javadoc | source]
org.apache.commons.dbcp.datasources
class: UserPassKey [javadoc | source]
java.lang.Object
   org.apache.commons.dbcp.datasources.UserPassKey

All Implemented Interfaces:
    Serializable

Holds a username, password pair.
Constructor:
 UserPassKey(String username,
    String password) 
Method from org.apache.commons.dbcp.datasources.UserPassKey Summary:
equals,   getPassword,   getUsername,   hashCode,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.dbcp.datasources.UserPassKey Detail:
 public boolean equals(Object obj) 
 public String getPassword() 
    Get the value of password.
 public String getUsername() 
    Get the value of username.
 public int hashCode() 
 public String toString()