service User in module com::sun::star::sdbcx::

(Global Index)

Syntax

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.


Property Summary

Name is the name of the user.

Property Details



Name

Syntax

[readonly] string Name;

Description

is the name of the user.

Top of Page