Difference between revisions of "Documentation/DevGuide/Database/User Service"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial author Sun Microsystems, Inc.)
 
m (FINAL VERSION FOR L10N)
 
(3 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
|NextPage=Documentation/DevGuide/Database/The Descriptor Pattern
 
|NextPage=Documentation/DevGuide/Database/The Descriptor Pattern
 
}}
 
}}
{{DISPLAYTITLE:User Service}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Database/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:User Service}}
 
<!--<idltopic>com.sun.star.sdbcx.XUser</idltopic>-->
 
<!--<idltopic>com.sun.star.sdbcx.XUser</idltopic>-->
 
The <idl>com.sun.star.sdbcx.User</idl> service is the second security service, representing a user in the catalog. This object has the property Name that is the user name. Similar to the <code>Group</code> service, the <code>User</code> service supports the interface <idl>com.sun.star.sdbcx.XAuthorizable</idl>. This is achieved through the interface <idl>com.sun.star.sdbcx.XUser</idl> derived from <code>XAuthorizable</code>. In addition to this interface, the <code>XUser</code> interface supports changing the password of a specific user. Similar to the <code>Group</code> service above, the User service is a container for the groups the user belongs to.
 
The <idl>com.sun.star.sdbcx.User</idl> service is the second security service, representing a user in the catalog. This object has the property Name that is the user name. Similar to the <code>Group</code> service, the <code>User</code> service supports the interface <idl>com.sun.star.sdbcx.XAuthorizable</idl>. This is achieved through the interface <idl>com.sun.star.sdbcx.XUser</idl> derived from <code>XAuthorizable</code>. In addition to this interface, the <code>XUser</code> interface supports changing the password of a specific user. Similar to the <code>Group</code> service above, the User service is a container for the groups the user belongs to.
Line 13: Line 14:
  
 
{{PDL1}}
 
{{PDL1}}
[[Category: Database Access]]
+
 
 +
[[Category:Documentation/Developer's Guide/Database Access]]

Latest revision as of 12:52, 15 May 2009



The com.sun.star.sdbcx.User service is the second security service, representing a user in the catalog. This object has the property Name that is the user name. Similar to the Group service, the User service supports the interface com.sun.star.sdbcx.XAuthorizable. This is achieved through the interface com.sun.star.sdbcx.XUser derived from XAuthorizable. In addition to this interface, the XUser interface supports changing the password of a specific user. Similar to the Group service above, the User service is a container for the groups the user belongs to.

User
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages