UserType (ACLEntry - Java)

Read-Write. The user type this entry has for this database.

Defined in

ACLEntry

Data type

int

Syntax

public int getUserType()
    throws NotesException
public void setUserType(int tp)
    throws NotesException

Legal values

  • ACLEntry.TYPE_MIXED_GROUP
  • ACLEntry.TYPE_PERSON
  • ACLEntry.TYPE_PERSON_GROUP
  • ACLEntry.TYPE_SERVER
  • ACLEntry.TYPE_SERVER_GROUP
  • ACLEntry.TYPE_UNSPECIFIED

Usage

For setUserType, you must call save on the ACL if you want the modified ACL to be saved to disk.

Example