Fido Alpha 3.2

fido.db
Class UserTable

java.lang.Object
  |
  +--fido.db.UserTable

public class UserTable
extends java.lang.Object


Constructor Summary
UserTable()
           
 
Method Summary
 void add(java.lang.String user, boolean admin, boolean developer)
           
 void add(java.lang.String user, java.lang.String pass, boolean admin, boolean developer)
           
 void delete(java.lang.String user)
           
 java.util.Collection list()
          Returns the GrammarLink type referrenced by the parameter name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTable

public UserTable()
Method Detail

add

public void add(java.lang.String user,
                java.lang.String pass,
                boolean admin,
                boolean developer)
         throws FidoDatabaseException
FidoDatabaseException

add

public void add(java.lang.String user,
                boolean admin,
                boolean developer)
         throws FidoDatabaseException
FidoDatabaseException

delete

public void delete(java.lang.String user)
            throws FidoDatabaseException
FidoDatabaseException

list

public java.util.Collection list()
                          throws FidoDatabaseException
Returns the GrammarLink type referrenced by the parameter name.

Returns:
type of link, null if none found
FidoDatabaseException

Fido Alpha 3.2