Show Me Glossary
 

LdapCrawlerPlugin Walk-Through

Previous previous|next Next Page

Before developing and deploying the customized LDAP crawler plug-in, Timothy studies the sample LDAP crawler plug-in that Oracle SES provides to understand the two important Java plug-in API interfaces, such as CrawlerPluginManager and CrawlerPlugin to create a plug-in.

Timothy begins with LdapCrawlerPlugin.java. This is a public class that implements the CrawlerPlugin interface.

 

Show Me

Show Me