Show Me Glossary
 

GenieAuthManager Walk-Through

Previous previous|next Next Page

Timothy also designs GenieAuthManager class. This class implements the public interface - AuthorizationManager to manage authorization plug-ins for extensible authorization. This class validates the parameters for the authorization manager plug-in that will later be used by the admin, crawler, or query to call the init method; initializes the plugin with values provided in the admin screen; checks if the authorization plug-in supports all of the security attributes exposed by the crawler plug-in, and if these are sufficient to determine authorization.

Lets view the class implementation designed by Timothy.

Show Me

Show Me

Click here to view the complete pseudo-code of GenieAuthManager.java.