Batch editing GPrincipal

<< Click to Display Table of Contents >>

Current:  System Integration > Interface Instruction > Resource Batch Modification 

Batch editing GPrincipal

Previous pageReturn to chapter overviewNext page

Method description

To provide the interface for batch editing of GPrincipal, the caller passes in a <AssetRef, Asset> generic Map data structure that can replace the Asset of the value location in this map to the corresponding key location AssetRef.

 

In any key-value pair, if the name of the GPrincipal corresponding to the asset is the same as the name of the assetRef corresponding to the vaule, it is regarded as the edit save action of the source asset, otherwise, it should be understood as the replacement action. That is, for each loop execution, the saved new assetRef is not guaranteed to be equal to the source assetRef, and the name of the new assetRef should be calculated by the name of the executed asset.

The following should be noted:

 

During loop execution, if the assetRef specified by the key does not exist, the replacement of the current assetRef will fail, and then proceed with the replacement of the next entry

 

If the asset type to be replaced is GROUP, the type of key in moveMap should be SECURE_FOLDER

 

During replacement, the specified GPrincipal parameter should have write permission for each folder of the source ref that needs to be processed, otherwise an error will occur during the replacement of the corresponding entry

 

method of calling

SecureUtil. editIdentity(Map<AssetRef, Asset> assetMap) 

 

parameter declaration 

parameter name

parameter type

parameter declaration

Must pass

assetMap

Map<AssetRef,Asset>

The Map data interface of generic type < Asset Reft Asset > stores the source assetRef location that needs to be replaced, as well as the replacement resource asset.

yes

user

GPrincipal

GPrincipal object for validation of permissions

yes

 

returned value 

structure:Map<AssetRef, String> 

explain:Store assetRef and exception.message information for replacement failure.

 

exception declaration 

none