19#ifndef __com_sun_star_sdbcx_User_idl__
20#define __com_sun_star_sdbcx_User_idl__
24 module
com { module sun { module star { module sdbcx {
26 published
interface XGroupsSupplier;
27 published
interface XUser;
49 [readonly, property]
string Name;
provides information about and access to the properties from an implementation.
Definition XPropertySet.idl:64
provides for access to a container of groups, typically used for a database definition object.
Definition XGroupsSupplier.idl:33
allows for changing a users password.
Definition XUser.idl:29
Definition Ambiguous.idl:22
represents a user of the database, who has certain access rights for the objects of the database.
Definition User.idl:34
string Name
is the name of the user.
Definition User.idl:49