IDType (Registration - Java)

Read-Write. The type of ID file to create.

Defined in

Registration

Data type

int

Syntax

public int getIDType()
    throws NotesException
public void setIDType(int type)
    throws NotesException

Legal values

  • Registration.ID_FLAT to create a flat ID
  • Registration.ID_HIERARCHICAL to create a hierarchical ID
  • Registration.ID_CERTIFIER to create an ID that depends on whether the certifier ID is flat or hierarchical

Usage

Set this property before calling registerNewCertifier, registerNewServer, or registerNewUser.

Example