org.firebirdsql.management
Class FBUserManager
java.lang.Object
|
+--org.firebirdsql.management.FBServiceManager
|
+--org.firebirdsql.management.FBUserManager
- All Implemented Interfaces:
- ServiceManager, UserManager
- public class FBUserManager
- extends FBServiceManager
- implements UserManager
Implements the display/add/delete/modify user functionality of the Firebird
Services API.
- Author:
- Steven Jardine
Constructor Summary |
FBUserManager()
Create a new instance of FBMaintenanceManager based on
the default GDSType. |
FBUserManager(org.firebirdsql.gds.impl.GDSType gdsType)
Create a new instance of FBMaintenanceManager based on
a given GDSType. |
FBUserManager(java.lang.String gdsType)
Create a new instance of FBMaintenanceManager based on
a given GDSType. |
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 class org.firebirdsql.management.FBServiceManager |
attachServiceManager, createRequestBuffer, detachServiceManager, executeServicesOperation, getDatabase, getGds, getHost, getLogger, getPassword, getPort, getServiceName, getUser, queueService, setDatabase, setHost, setLogger, setPassword, setPort, setUser |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.firebirdsql.management.ServiceManager |
getDatabase, getHost, getLogger, getPassword, getPort, getUser, setDatabase, setHost, setLogger, setPassword, setPort, setUser |
FBUserManager
public FBUserManager()
- Create a new instance of
FBMaintenanceManager
based on
the default GDSType.
FBUserManager
public FBUserManager(java.lang.String gdsType)
- Create a new instance of
FBMaintenanceManager
based on
a given GDSType.
- Parameters:
gdsType
- type must be PURE_JAVA, EMBEDDED, or NATIVE
FBUserManager
public FBUserManager(org.firebirdsql.gds.impl.GDSType gdsType)
- Create a new instance of
FBMaintenanceManager
based on
a given GDSType.
- Parameters:
gdsType
- The GDS implementation type to use
add
public void add(User user)
throws java.sql.SQLException,
java.io.IOException
- Description copied from interface:
UserManager
- Add a user to the Firebird Security Database.
- Specified by:
add
in interface UserManager
- Following copied from interface:
org.firebirdsql.management.UserManager
- Parameters:
user
- to the Firebird Security Database.- Throws:
java.sql.SQLException
- java.io.IOException
-
delete
public void delete(User user)
throws java.sql.SQLException,
java.io.IOException
- Description copied from interface:
UserManager
- Delete a user to the Firebird Security Database.
- Specified by:
delete
in interface UserManager
- Following copied from interface:
org.firebirdsql.management.UserManager
- Parameters:
user
- to the Firebird Security Database.- Throws:
java.sql.SQLException
- java.io.IOException
-
update
public void update(User user)
throws java.sql.SQLException,
java.io.IOException
- Description copied from interface:
UserManager
- Update a user to the Firebird Security Database.
- Specified by:
update
in interface UserManager
- Following copied from interface:
org.firebirdsql.management.UserManager
- Parameters:
user
- to the Firebird Security Database.- Throws:
java.sql.SQLException
- java.io.IOException
-
getUsers
public java.util.Map getUsers()
throws java.sql.SQLException,
java.io.IOException
- Description copied from interface:
UserManager
- Return all valid users in the Firebird Security Database.
- Specified by:
getUsers
in interface UserManager
- Following copied from interface:
org.firebirdsql.management.UserManager
- Returns:
- all valid users in the Firebird Security Database.
- Throws:
java.sql.SQLException
- java.io.IOException
-
Copyright © 2001 David Jencks and other authors. All rights reserved.