B C D E G I L M P S T

B

ByteArrayModifiers - interface com.novell.nds.dirxml.driver.soap.util.ByteArrayModifiers.
Reads or modifies data in publisher and subscriber requests and responses.

C

com.novell.nds.dirxml.driver.soap.util - package com.novell.nds.dirxml.driver.soap.util
 

D

DocumentModifiers - interface com.novell.nds.dirxml.driver.soap.util.DocumentModifiers.
Reads or modifies documents in publisher and subscriber requests and responses.

E

Extension - interface com.novell.nds.dirxml.driver.soap.util.Extension.
Allows you to extend the capabilities of the Identiy Manager driver for SOAP.

G

getCode() - Method in class com.novell.nds.dirxml.driver.soap.util.StatusException
Returns the code value that was passed into the constructor.
getLevel() - Method in class com.novell.nds.dirxml.driver.soap.util.StatusException
Returns the level value that was passed into the constructor.
getSchema(Element) - Method in interface com.novell.nds.dirxml.driver.soap.util.SchemaReporter
Returns the application schema.
getType() - Method in class com.novell.nds.dirxml.driver.soap.util.StatusException
Returns the type value that was passed into the constructor.

I

init(String, Tracer) - Method in interface com.novell.nds.dirxml.driver.soap.util.Extension
Initializes classes that implement Extension.
init(String, Tracer, PublisherDataHandler) - Method in interface com.novell.nds.dirxml.driver.soap.util.PublisherTransport
Initializes Extension.

L

LEVEL_ERROR - Static variable in class com.novell.nds.dirxml.driver.soap.util.StatusException
A non-fatal error occurred in the Extension.
LEVEL_FATAL - Static variable in class com.novell.nds.dirxml.driver.soap.util.StatusException
A fatal error occurred and the driver should shut down.
LEVEL_RETRY - Static variable in class com.novell.nds.dirxml.driver.soap.util.StatusException
A temporary error occurred and the driver should retry the event later.
LEVEL_WARNING - Static variable in class com.novell.nds.dirxml.driver.soap.util.StatusException
A non-fatal condition occurred in the Extension.

M

modifyPublisherRequest(byte[]) - Method in interface com.novell.nds.dirxml.driver.soap.util.ByteArrayModifiers
Processes all data received by the application on the publisher channel before the data is processed by the shim.
modifyPublisherRequest(Document) - Method in interface com.novell.nds.dirxml.driver.soap.util.DocumentModifiers
Allows you to see or modify the request (the publisher event from the application) before it is sent to the DirXML engine.
modifyPublisherResponse(byte[]) - Method in interface com.novell.nds.dirxml.driver.soap.util.ByteArrayModifiers
Processes the result (or response) of a publisher event before it is returned to the application.
modifyPublisherResponse(Document) - Method in interface com.novell.nds.dirxml.driver.soap.util.DocumentModifiers
Allows you to see or modify the response (the result of the publisher event) before it is sent to the application.
modifySubscriberRequest(byte[]) - Method in interface com.novell.nds.dirxml.driver.soap.util.ByteArrayModifiers
Processes all data that is sent to the application on the subscriber channel.
modifySubscriberRequest(Document) - Method in interface com.novell.nds.dirxml.driver.soap.util.DocumentModifiers
Allows you to see or modify the request (which is also called a subscriber command) before it is sent to the application.
modifySubscriberResponse(byte[]) - Method in interface com.novell.nds.dirxml.driver.soap.util.ByteArrayModifiers
Processes the result (or response) of a subscriber command before the shim returns the result to the engine.
modifySubscriberResponse(Document) - Method in interface com.novell.nds.dirxml.driver.soap.util.DocumentModifiers
Allows you to see or modify the response returned from the application (the result of the subscriber command) before it is returned to the DirXML engine.

P

PublisherDataHandler - interface com.novell.nds.dirxml.driver.soap.util.PublisherDataHandler.
Handles data on the publisher channel.
PublisherTransport - interface com.novell.nds.dirxml.driver.soap.util.PublisherTransport.
Defines the way the publisher channel receives application events.
poll() - Method in interface com.novell.nds.dirxml.driver.soap.util.PublisherTransport
Triggers the PublisherTransport to look for new application events.

S

SchemaReporter - interface com.novell.nds.dirxml.driver.soap.util.SchemaReporter.
Returns the application schema.
StatusException - exception com.novell.nds.dirxml.driver.soap.util.StatusException.
Thrown by SOAP driver extensions to indicate an error has occurred in the extension.
StatusException(int, int, String, String) - Constructor for class com.novell.nds.dirxml.driver.soap.util.StatusException
Creates a StatusException object that is used to indicate to the driver that an error occurred in the extension.
SubscriberTransport - interface com.novell.nds.dirxml.driver.soap.util.SubscriberTransport.
Sends data to the application on the subscriber channel and receives responses.
send(byte[]) - Method in interface com.novell.nds.dirxml.driver.soap.util.PublisherDataHandler
Call send() from your implementation of PublisherTransport to send publisher data to the engine.
send(byte[], ArrayList) - Method in interface com.novell.nds.dirxml.driver.soap.util.SubscriberTransport
Is called by the driver to send data to the application from the subscriber channel.
setIndentLevel(int) - Method in interface com.novell.nds.dirxml.driver.soap.util.Tracer
Sets the number of tabs to the left of messages.
stop() - Method in interface com.novell.nds.dirxml.driver.soap.util.PublisherTransport
Halts driver processes.

T

TYPE_APP_AUTHENTICATION - Static variable in class com.novell.nds.dirxml.driver.soap.util.StatusException
Related to an application authentication request.
TYPE_APP_CONNECTION - Static variable in class com.novell.nds.dirxml.driver.soap.util.StatusException
A change occurred in the availability of an application.
TYPE_APP_GENERAL - Static variable in class com.novell.nds.dirxml.driver.soap.util.StatusException
A general response from an application API.
TYPE_DRIVER_GENERAL - Static variable in class com.novell.nds.dirxml.driver.soap.util.StatusException
A response generated by a driver.
TYPE_PASSWORD_SET_OPERATION - Static variable in class com.novell.nds.dirxml.driver.soap.util.StatusException
A response to an application password set or change event.
Tracer - interface com.novell.nds.dirxml.driver.soap.util.Tracer.
Sends messages to DSTrace (through the driver).
trace(String) - Method in interface com.novell.nds.dirxml.driver.soap.util.Tracer
Informs the driver of a message to be written to the DSTrace utility.
trace(String, int) - Method in interface com.novell.nds.dirxml.driver.soap.util.Tracer
Informs the driver of a message to be written to the DSTrace utility.

B C D E G I L M P S T