JAVA/CORBA CLASSES
Represents the creation or administration of an ID file.
Syntax
public class Registration extends Base
Containment
Contained by Session class
Properties
AltOrgUnit through getAltOrgUnit and setAltOrgUnit
AltOrgUnitLang through getAltOrgUnitLang and setAltOrgUnitLang
CertifierIDFile property through getCertifierIDFile and setCertifierIDFile
CreateMailDb property through getCreateMailDb and setCreateMailDb
Expiration property through getExpiration and setExpiration
IDType property through getIDType and setIDType
IsNorthAmerican property through isNorthAmerican and setNorthAmerican
MinPasswordLength property through getMinPasswordLength and setMinPasswordLength
OrgUnit property through getOrgUnit and setOrgUnit
RegistrationLog property through getRegistrationLog and setRegistrationLog
RegistrationServer property through getRegistrationServer and setRegistrationServer
StoreIDInAddressBook property through getStoreIDInAddressBook and setStoreIDInAddressBook
UpdateAddressBook property through getUpdateAddressBook and setUpdateAddressBook
Methods
addCertifierToAddressBook method
addServerToAddressBook method
addUserProfile method
addUserToAddressBook method
crossCertify method
deleteIDOnServer method
getIDFromServer method
getUserInfo method
recertify method
recycle
registerNewCertifier method
registerNewServer method
registerNewUser method
switchToID method
Creation
To create a new Registration object, use the createRegistration method in Session.
Usage
The properties are intended to be set before calling the methods. The usage notes for the properties and methods provide the necessary detail.
The following methods create a new ID: registerNewCertifier method, registerNewServer method, and registerNewUser method. These methods create an ID file and optionally create a record for the ID in the Domino Directory. The latter function is available independently through addCertifierToAddressBook method, addServerToAddressBook method, and addUserToAddressBook method.
Language cross-reference
@EditECL function in formula language
@EditUserECL function in formula language
Example See Also