Subject | Re: [Firebird-Java] Re: FBUserManager |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-06-27T15:44:48Z |
> 1. a view to all registered users of the server to admin permissionsI suspect I understand what you meant here. The list of all users registered
> for tables, procedures and so on for my database connection
on the server is already available via UserManager. The list of roles,
current object permissions, etc. is available via system tables - there is
no Java interface for this.
> 2. a view to all connected users for statistics to my database connectionThe call providing you information about the users that are currently
connected to the database will be available via FirebirdDatabaseMetaData, as
Steven promised.
If that is not enough, then I undertood you wrong.
Roman