Software AG Products 10.5 | CentraSite for Developers | API for JAXR | CentraSite API for JAXR Reference Information | Caller
 
Caller
The caller identifies himself by issuing Connection.setCredentials(). The corresponding user object is retrieved from the registry using the name given in the credentials. If the user record does not yet exist, CentraSite returns an error message.
Note:
Each user must be registered in the CentraSite registry before being used as the caller.
Here, the user name is the name attribute as inherited from the RegistryObject interface. It should not be confused with the user's PersonName.
The caller must be known before a connection can be used. In other words, setCredentials() is required, otherwise a security error occurs.
Note:
The user name must be unique in the CentraSite registry.