GenieIdentityPluginManager Walk-Through |
||||||
Timothy now designs the GenieIdenityPluginManager.java. This is a basic Identity Plugin Manager whose associated IdentityPlugin class authenticates on behalf of OID. This forms the crux of the Genie plugin design. The plug-in manager maps the attribute name and the IDs; supports for converting authentication names to IDs; validates the parameter values such as, hostname, port, SSL, username, and password that will later be used by the admin, and the crawler. Lets watch Timothy running through the code after designing it successfully.
Click here to view the complete pseudo-code of GeneiIdentityPluginManager.java |