Package | Description |
---|---|
com.fatwire.assetapi.site |
Modifier and Type | Method and Description |
---|---|
List<SAFEPermission> |
PermissionManager.getSAFEPermissions(AssetId asset)
Retrieves the list of SAFE permissions defined for this asset
|
Modifier and Type | Method and Description |
---|---|
void |
PermissionManager.setSAFEPermission(String site, AssetId asset, List<SAFEPermission> permissions)
Set the user's SAFE permission for the given site, asset, and function
|