cancel
Showing results for 
Search instead for 
Did you mean: 

Foundation API-> Permissions -> Custom roles retrieval

gernot
Champ in-the-making
Champ in-the-making
Hi,

How can custom roles, and their definitions, be retrieved through the Foundation API?
I need to be able to decompose each permission group (standard or custom) into a list of base permissions like _ReadProperties, etc.
http://wiki.alfresco.com/wiki/Permissions_and_Roles_Configuration#Default_Permissions

Thanks in advance
2 REPLIES 2

jbarmash
Champ in-the-making
Champ in-the-making
Hmm, not sure if that informatoin is available through an API.  Your best bet might be reading the XML files that define the roles, or finding alfresco code that does (unless that's in ACEGI).

gernot
Champ in-the-making
Champ in-the-making
Unfortunately that's not an option, as I only have access to the servers through the APIs…