Language
The Free and Open Productivity Suite
:: com :: sun :: star :: security ::
|
interface XPolicy |
|
- Description
- Interface for getting sets of permissions of a specified user or
the default permissions if no user is given.
- Since
- OOo 1.1.2
- See also
- Policy
|
Methods' Summary |
getPermissions |
Gets the permissions of the specified user excluding the default permissions
granted to all users.
|
getDefaultPermissions |
Gets the default permissions granted to all users.
|
refresh |
Refreshes the policy configuration.
|
Methods' Details |
getPermissions
sequence< any > |
getPermissions( |
[in] string |
userId ); |
- Description
- Gets the permissions of the specified user excluding the default permissions
granted to all users.
- Parameter userId
- user id
- Returns
- permissions of the specified user
|
|
getDefaultPermissions
sequence< any > |
getDefaultPermissions(); |
- Description
- Gets the default permissions granted to all users.
- Returns
- default permissions
|
|
refresh
- Description
- Refreshes the policy configuration.
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.