This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 16 lines
A [LDAP Extended Request|Supported Extension|SupportedExtension]: Discover available job definitions on a DirXML server.
To use this class with the Novell Java LDAP SDK create an instance and call LDAPConnection.extendedOperation with the instance as the LDAPExtendedOperation parameter.
If the corresponding response class has been registered then the return from LDAPConnection.extendedOperation will be an instance of the response class.
To use this class with Java LDAP JNDI create an instance and call LdapContext.extendedOperation with the instance as the ExtendedRequest parameter.
The return from LdapContext.extendedOperation will be an instance of the response class.
* Rights needed: Create rights in the container object specified.
* OID: 2.16.840.1.113719.1.14.100.51
* Request data:
** ASN1OctetString UTF-encoded DN of DirXML-Driver or DirXML-DriverSet object
** ASN1Integer filter flag (1 = filter jobs by containment type, 0 = don't filter)
** ASN1Integer timeout value in minutes for result data (0-10 are legal values)
* Returned job definitions may be filtered by containment type (e.g., if a DirXML-Driver object is specified then only definitions for jobs that can be contained by a DirXML-Driver object are returned).