getObjectSecurityXML() Method

In SecurityService, use the getObjectSecurityXML() method to extract the permissions for a catalog object.

Signature

byte[] getObjectSecurityXML(String adminUsername, String adminPassword, String objectAbsolutePath, boolean isRecursive);

Parameters for getObjectSecurityXML() Method

Parameter Description

String adminUsername

The user name for a user with administrator privileges.

String adminPassword

The password associated with the adminUserName.

String objectAbsolutePath

The absolute path to the catalog object for which to retrieve the permissions description.

boolean isRecursive

Whether or not objectAbsolutePath is recursive.