20 module
com { module sun { module star { module sdbcx {
22 published
interface XUsersSupplier;
23 published
interface XAuthorizable;
45 [readonly, property]
string Name;
provides information about and access to the properties from an implementation.
Definition XPropertySet.idl:46
Definition Ambiguous.idl:20
represents a group of users, which has certain access rights for the objects of the database.
Definition Group.idl:30
interface XAuthorizable
shows the access rights of this group.
Definition Group.idl:37
string Name
is the name of the group.
Definition Group.idl:45
interface XUsersSupplier
gives access to the users which contains to this group.
Definition Group.idl:33