|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACLContributor
An ACLContributor declares a List of AccessControlElements it will use. Such Elements will define rights a user has, and will be editable via the administrator UI (Settings tab "groups and rights"). The names of such ACE's can be chosen freely and thus might collide. In such case, the framework will assign them on a first-come-first-serve basis. Thus, the second client requesting the same verb will get a reject.
Method Summary | |
---|---|
ACE[] |
getACL()
return the ACL to be used by this extension |
ACE[] |
reject(ACE[] acl)
The framework will call this method if one ore more of the transmitted ACL's could not be integrated (illegal name or duplicate) |
Method Detail |
---|
ACE[] getACL()
ACE[] reject(ACE[] acl)
acl
- array of all rejected acls (these have not been integrated)
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |