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:removeACLEntry
 
wm.ln.acl:removeACLEntry
This flow service removes an entry from an ACL. Execute the ACL.save() method on the ACL object in order for the changes to be saved to the database.
Input Parameters
acl
ACL The lotus.domino.ACL object to remove the role in.
roleName
String The name of the person, group, or server whose entry you want to remove. Supply the complete name but hierarchical names can be in abbreviated format. Case is not significant.
Output Parameters
value
String "SUCCESS" if the removeACLEntry method in the lotus.domino.ACL class executes without problems.