|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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. |
java.util.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 |
public void add(User user) throws java.sql.SQLException, java.io.IOException
user
- to the Firebird Security Database.
java.sql.SQLException
java.io.IOException
public void delete(User user) throws java.sql.SQLException, java.io.IOException
user
- to the Firebird Security Database.
java.sql.SQLException
java.io.IOException
public void update(User user) throws java.sql.SQLException, java.io.IOException
user
- to the Firebird Security Database.
java.sql.SQLException
java.io.IOException
public java.util.Map getUsers() throws java.sql.SQLException, java.io.IOException
java.sql.SQLException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |