| Interface | Description |
|---|---|
| ServerPlugin |
Defines the interface that a Java plug-in uses to communicate with the Oracle directory server for an LDAP operation.
|
| Class | Description |
|---|---|
| AddLdapOperation |
Defines operation specific LDAP information that needs to pass between the Oracle directory server and the Java plug-in.
|
| BindLdapOperation |
Defines operation specific LDAP information that needs to pass between the Oracle directory server and the Java plug-in.
|
| CompareLdapOperation |
Defines operation specific LDAP information that needs to pass between the Oracle directory server and the Java plug-in.
|
| DeleteLdapOperation |
Defines operation specific LDAP information that needs to pass between the Oracle directory server and the Java plug-in.
|
| LdapBaseEntry |
Defines the base entry information that need to pass from the Oracle directory server to the Java plug-in.
|
| LdapEntry |
Defines the entry information that need to pass from the Oracle directory server to the Java plug-in.
|
| LdapModification |
Defines modification information that needs to be passed between the Oracle directory server and the Java plug-in.
|
| LdapOperation |
Defines operation specific LDAP information that needs to pass between the Oracle directory server and the Java plug-in.
|
| LibServerLogLoader | |
| ModdnLdapOperation |
Defines operation specific LDAP information that needs to pass between the Oracle directory server and the Java plug-in.
|
| ModifyLdapOperation |
Defines operation specific LDAP information that needs to pass between the Oracle directory server and the Java plug-in.
|
| PluginDetail |
Defines LDAP information to be passed to the Java Plug-in.
|
| PluginFlexfield |
Used to pass custom or sensitive information from the plug-in configuration entry to the Java plug-in.
|
| PluginResult |
Defines results of an LDAP operation that a Java plug-in returns back to the Oracle directory server.
|
| SearchLdapOperation |
Defines operation specific LDAP information that needs to pass between the Oracle directory server and the Java plug-in.
|
| SearchResultSet |
Defines search results returned from the Java plug-in to the Oracle directory server.
|
| Server |
Defines server specific information that needs to be passed from the Oracle directory server to the Java Plug-in.
|
| ServerLog |
Defines a debug message that a Java plug-in passes to the Oracle directory server to be logged in the server log file.
|
| ServerPluginAdapter |
Adapter class for the ServerPlugin interface.
|
| Exception | Description |
|---|---|
| PluginException |
An exception that a Java plug-in can throw back to the Oracle directory server to stop the execution of the plug-in and raise an error.
|