org.firebirdsql.management
Interface UserManager
- ServiceManager
- FBUserManager
public interface UserManager
The base Firebird Service API functionality.
void | add(User user) - Add a user to the Firebird Security Database.
|
void | delete(User user) - Delete a user to the Firebird Security Database.
|
Map | getUsers() - Return all valid users in the Firebird Security Database.
|
void | update(User user) - Update a user to the Firebird Security Database.
|
getDatabase , getHost , getLogger , getPassword , getPort , getUser , setDatabase , setHost , setLogger , setPassword , setPort , setUser |
add
public void add(User user)
throws SQLException,
IOException
Add a user to the Firebird Security Database.
user
- to the Firebird Security Database.
delete
public void delete(User user)
throws SQLException,
IOException
Delete a user to the Firebird Security Database.
user
- to the Firebird Security Database.
getUsers
public Map getUsers()
throws SQLException,
IOException
Return all valid users in the Firebird Security Database.
- all valid users in the Firebird Security Database.
update
public void update(User user)
throws SQLException,
IOException
Update a user to the Firebird Security Database.
user
- to the Firebird Security Database.
Copyright B) 2001 David Jencks and other authors. All rights reserved.