Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

com :: sun :: star :: sdbcx ::

service User

Description
represents a user of the database, who has certain access rights for the objects of the database.


Exported Interfaces

com::sun::star::sdbcx::XUser
Description
allows for changing a users password.
com::sun::star::sdbcx::XGroupsSupplier
[ OPTIONAL ]
Description
optional for implementation, if the database does not know the concept of user groups. Provides for access to the groups to which a user belongs.
com::sun::star::beans::XPropertySet
Description
provides information about and access to the properties from an implementation.

Properties' Summary

Name is the name of the user.

Properties' Details

Name
 
[ readonly ] string Name;
Description
is the name of the user.

Top of Page