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

Field Summary
(package private)  ConnectionPool pool
           
protected static java.lang.String SQLcreateUser
           
protected static java.lang.String SQLreadUser
           
protected static java.lang.String SQLreadUserByUid
           
protected static java.lang.String SQLselectIdentity
           
 
Fields inherited from class org.jwarp.service.security.User
description, name, pwd, uid
 
Fields inherited from class org.jwarp.service.groups.Item
id, nextID, object
 
Constructor Summary
SQLUser(int id, ConnectionPool pool)
           
SQLUser(java.lang.String uid, ConnectionPool pool)
           
SQLUser(java.lang.String uid, java.lang.String name, java.lang.String pwd, java.lang.String description, java.lang.Object additional, ConnectionPool pool)
           
 
Methods inherited from class org.jwarp.service.security.User
getDescription, getName, getPwd, getUid
 
Methods inherited from class org.jwarp.service.groups.Item
getID, getNewID, getObject
 
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
 

Field Detail

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
Constructor Detail

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

©   O R C A   S y s t e m s