Class FBUserManager

java.lang.Object
org.firebirdsql.management.FBServiceManager
org.firebirdsql.management.FBUserManager
All Implemented Interfaces:
AttachmentProperties, BaseProperties, ServiceConnectionProperties, ServiceManager, UserManager

@Deprecated(since="6") public class FBUserManager extends FBServiceManager implements UserManager
Deprecated.
Use the SQL user management statements instead, we currently do not plan to remove this API
Implements the display/add/delete/modify user functionality of the Firebird Services API.
Author:
Steven Jardine, Mark Rotteveel
  • Constructor Details

    • FBUserManager

      public FBUserManager()
      Deprecated.
      Create a new instance of FBMaintenanceManager based on the default GDSType.
    • FBUserManager

      public FBUserManager(String gdsType)
      Deprecated.
      Create a new instance of FBMaintenanceManager based on a given GDSType.
      Parameters:
      gdsType - type must be PURE_JAVA, EMBEDDED, or NATIVE
    • FBUserManager

      public FBUserManager(GDSType gdsType)
      Deprecated.
      Create a new instance of FBMaintenanceManager based on a given GDSType.
      Parameters:
      gdsType - the GDS implementation type to use
  • Method Details