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:getEntry
 
wm.ln.acl:getEntry
This flow service finds an ACLEntry in an ACL. People, groups, or servers in an ACL can be found. If a person is not listed explicitly in the ACL, but is a member of a group listed in the ACL, getEntry does not find that person's name; use the Database.queryAccess method instead.
Input Parameters
acl
ACL The lotus.domino.ACL object to find an entry in.
aclName
String The name whose ACL entry is to be found. The complete names must be supplied but hierarchical names can be in abbreviated format. Case is not significant.
Output Parameters
aclEntry
ACLEntry The ACL entry that matches the name. If aclName is not in the ACL, returns null.