.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


getEntry method
Example

Given a name, finds its entry in an ACL.

Defined in

ACL

Syntax

public ACLEntry getEntry(String ename)
   throws NotesException

Parameters

String ename


Return value

ACLEntry


Usage

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