:: 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
- OpenOffice 1.1.2
- See also
- ::com::sun::star::security::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 © 2003 Sun Microsystems, Inc.