Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
This is an Ensemble operation that uses the EnsLib.LDAP.Adapter.Outbound to make LDAP operation requests using the request classes: EnsLib.LDAP.Message.Add, EnsLib.LDAP.Message.Compare, EnsLib.LDAP.Message.Delete, EnsLib.LDAP.Message.Modify, EnsLib.LDAP.Message.Rename, EnsLib.LDAP.Message.Search
|
|
|
The type of adapter used to communicate with external systems
2 modes: Queue, InProc
List of properties can be set as settings in the configuration file format is a comma separated list of property names
|
The adapter instance
If the object definition being searched does not exist in DIT do not treat as error.
The default is to examine if set in the Search Message request and and if not use this operation setting. The Default operation setting is not to treat as an error
For LDAP Status errors that are not category Unavailable return $$$OK
so that an LDAP status response is returned.
|
Method to construct response following Search. Called by ProcessSearch.
Helper method to create Status Response
UsesReturnLDAPErrorAsOK if Category is not Unavailable
Add to an LDAP Server usingEnsLib.LDAP.Message.Add .
Status of call returned inEnsLib.LDAP.Message.Status
IfMakeLDAPErrorOK is True then the method returns $$$OK on LDAP Status error and the responseEnsLib.LDAP.Message.Status contains the LDAP status information
The Adapter setting BaseDN is used as the default when calculating the DN from the request
Compare an Attribute value on an LDAP Server usingEnsLib.LDAP.Message.Compare .
Comparison of call returned inEnsLib.LDAP.Message.Comparison
IfMakeLDAPErrorOK is True then the method returns $$$OK on LDAP Status error and the responseEnsLib.LDAP.Message.Status contains the LDAP status information
The Adapter setting BaseDN is used as the default when calculating the DN from the request
Delete an entry from a LDAP Server usingEnsLib.LDAP.Message.Delete .
Status of call returned inEnsLib.LDAP.Message.Status
IfMakeLDAPErrorOK is True then the method returns $$$OK on LDAP Status error and the responseEnsLib.LDAP.Message.Status contains the LDAP status information
The Adapter setting BaseDN is used as the default when calculating the DN from the request
Modify LDAP Server usingEnsLib.LDAP.Message.Modify .
Status of call returned inEnsLib.LDAP.Message.Status
IfMakeLDAPErrorOK is True then the method returns $$$OK on LDAP Status error and the responseEnsLib.LDAP.Message.Status contains the LDAP status information
The Adapter setting BaseDN is used as the default when calculating the DN from the request
Rename an Object on the LDAP Server usingEnsLib.LDAP.Message.Rename
IfMakeLDAPErrorOK is True then the method returns $$$OK on LDAP Status error and the responseEnsLib.LDAP.Message.Status contains the LDAP status information
The Adapter setting BaseDN is used as the default when calculating the DN from the request
Search LDAP Server usingEnsLib.LDAP.Message.Search
Results returned inEnsLib.LDAP.Message.Results
IfMakeLDAPErrorOK is True then the method returns $$$OK on LDAP Status error and the response is aEnsLib.LDAP.Message.Status