setAccessControlGroupForRoleMigration script operation
Script operation for migrating the old privilege names to the new ones. Its exactly the same as setAccessControlGroupForRole except it has a mapping of old privilege names to new ones.
Format: ObjectOriented
Type: method
Syntax
Boolean Role::setAccessControlGroupForRoleMigration(String acgName, String[] privs)
Parameters
Type | Name | Description | Is required? | Is array? |
---|---|---|---|---|
Role | operatesOn | The Role whose access control group privileges are to be migrated. | true | false |
String | acgName | The access control group name. | true | false |
String | privs | The privileges to be migrated. | true | true |
Return values
Return value: Boolean
Is array: false