|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserManager
The base Firebird Service API functionality.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.firebirdsql.management.ServiceManager |
|---|
getDatabase, getHost, getLogger, getPassword, getPort, getUser, setDatabase, setHost, setLogger, setPassword, setPort, setUser |
| Method Detail |
|---|
void add(User user)
throws SQLException,
IOException
user - to the Firebird Security Database.
SQLException
IOException
void delete(User user)
throws SQLException,
IOException
user - to the Firebird Security Database.
SQLException
IOException
void update(User user)
throws SQLException,
IOException
user - to the Firebird Security Database.
SQLException
IOException
Map getUsers()
throws SQLException,
IOException
SQLException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||