com.evermind.sql
Class OrionPooledDataSource.User


java.lang.Object

  |

  +--com.evermind.sql.OrionPooledDataSource.User

All Implemented Interfaces:
java.security.Principal
Enclosing class:
OrionPooledDataSource

public class OrionPooledDataSource.User
extends java.lang.Object
implements java.security.Principal

User


Constructor Summary
OrionPooledDataSource.User(java.lang.String username, java.lang.String password)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Principal
toString
 

Constructor Detail

OrionPooledDataSource.User


public OrionPooledDataSource.User(java.lang.String username,
                                  java.lang.String password)
Method Detail

getName


public java.lang.String getName()
Specified by:
getName in interface java.security.Principal

hashCode


public int hashCode()
Specified by:
hashCode in interface java.security.Principal
Overrides:
hashCode in class java.lang.Object

equals


public boolean equals(java.lang.Object other)
Specified by:
equals in interface java.security.Principal
Overrides:
equals in class java.lang.Object