public interface AccessPermissionDescription extends PermissionDescription, DependentObject
PermissionDescriptionList
for an object, then use these methods to list the
access rights and levels that a user can add. You can also retrieve the display name, descriptive
text, and the permission type for the object.
The user must have Read (AccessRight.READ
) permission on the parent object to be able to
retrieve the permission description information.
You can get an instance of this object in the following ways:
AccessPermissionDescriptionList
collection.SecurityTemplate.get_TemplatePermissionDescriptions
.ClassDescription.get_PermissionDescriptions
.These methods return an AccessPermissionDescriptionList
collection
from which you can retrieve an AccessPermissionDescription
object.
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
get_AccessMask()
Returns the value of the AccessMask property.
|
PermissionType |
get_PermissionType()
Returns the value of the PermissionType property.
|
get_DescriptiveText, get_DisplayName
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.Integer get_AccessMask()
PermissionType get_PermissionType()
© Copyright IBM Corporation 2006, 2015. All rights reserved.