Get Group Permissions on an Existing Key
The user can get the group permissions applicable on an existing key through API.
Create an
NAESession
object.Get the group permissions.
Code sample
List<NAEPermission> permissions = NAEKey.getKeyPermissions(session,"keyName");
The permissions variable has information of all the groups that have permission on the key.