Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Built-In Services Reference | Built-In Services Reference | wm.ln.acl:createACLEntry
 
wm.ln.acl:createACLEntry
This flow service creates an entry in the ACL with the name and level specified. The ACL.save() should be called explicitly to save the modified ACL to disk.
Input Parameters
acl
ACL The lotus.domino.ACL object to create the ACL entry in.
name
String The name of the user, group, or server for whom you want to create an entry in the ACL. You must supply the complete name but hierarchical names can be in abbreviated format. Case is not significant.
level
String The level you want to assign to this person, group, or server in the ACL.
*LEVEL_NOACCESS
*LEVEL_DEPOSITOR
*LEVEL_READER
*LEVEL_AUTHOR
*LEVEL_EDITOR
*LEVEL_DESIGNER
*LEVEL_MANAGER
Output Parameters
aclEntry
ACLEntry The lotus.domino.ACLEntry object created.