Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

IdAS getPermissions

This wiki page is a conversation starter.

Proposed IdAS API extension

 Permission IdAS.getPermission(resourceType, resource, Operation)
 
 Params
   ResourceType is one of: {AllInstancesOfAttribute, AttributeInstance, ...} 
   Resource is a URI that identifies an Entity
   Operation is one of: {get, add, delete, modify}

 Returns
   Permission is one of: {allowed, disallowed, indeterminate, silent}

See Also

Back to the top