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
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.security.Principal |
toString |
OrionPooledDataSource.User
public OrionPooledDataSource.User(java.lang.String username,
java.lang.String password)
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