JAVA/CORBA CLASSES
Given a name, finds its entry in an ACL.
Defined in
ACL
Syntax
public ACLEntry getEntry(String ename) throws NotesException
Parameters
String ename
ACLEntry
This method can find people, groups, or servers in an ACL. 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.
Language cross-reference
GetEntry in LotusScript NotesACL class
Example See Also