org.jwarp.service.security
Class SQLUser
java.lang.Object
|
+--org.jwarp.service.groups.Item
|
+--org.jwarp.service.security.User
|
+--org.jwarp.service.security.SQLUser
- All Implemented Interfaces:
- IItem, ISecurityUser, java.io.Serializable
- public class SQLUser
- extends User
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jwarp.service.groups.IItem |
getID |
SQLcreateUser
protected static java.lang.String SQLcreateUser
SQLselectIdentity
protected static java.lang.String SQLselectIdentity
SQLreadUser
protected static java.lang.String SQLreadUser
SQLreadUserByUid
protected static java.lang.String SQLreadUserByUid
pool
ConnectionPool pool
SQLUser
public SQLUser(int id,
ConnectionPool pool)
throws java.sql.SQLException,
MaxConnectException
SQLUser
public SQLUser(java.lang.String uid,
ConnectionPool pool)
throws java.sql.SQLException,
MaxConnectException
SQLUser
public SQLUser(java.lang.String uid,
java.lang.String name,
java.lang.String pwd,
java.lang.String description,
java.lang.Object additional,
ConnectionPool pool)
throws java.sql.SQLException,
MaxConnectException