IsExtendedAccess (ACL - Java)

Read-write. Indicates whether extended access is enabled.

Note: This property is new with Release 6.5.

Defined in

ACL

Data type

boolean

Syntax

public boolean isExtendedAccess()
    throws NotesException
public boolean setExtendedAccess(boolean flag)
    throws NotesException

Legal values

  • true if extended access is enabled
  • false if extended access is disabled

Usage

In the Notes® UI, this property is in the advanced section of ACL properties: "Enable Extended Access."

This property applies only to Domino® Directory, Extended Directory Catalog, and Administration Requests databases.

Setting this property true automatically sets IsUniformAccess true. Setting this property false does not automatically set IsUniformAccess false.

After setting this property, you must call save for the changes to take effect. If you do not call save, your changes to the ACL are lost.

Example