About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
legacy:vufind_1.x_developer_manual:building_an_authentication_handler

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
building_an_authentication_handler [2011/01/05 15:53] demiankatzbuilding_an_authentication_handler [2011/01/05 15:53] demiankatz
Line 17: Line 17:
   * Write a class in this new file that implements the Authentication interface.   * Write a class in this new file that implements the Authentication interface.
   * Modify the AuthenticationFactory class so that it knows how to construct your new class.  //Starting with VuFind 1.1, this will be unnecessary as long as you name your class according to this pattern: [config.ini value]Authentication; i.e. MyNewAuthentication will load automatically if you use "MyNew" as the value in config.ini.//   * Modify the AuthenticationFactory class so that it knows how to construct your new class.  //Starting with VuFind 1.1, this will be unnecessary as long as you name your class according to this pattern: [config.ini value]Authentication; i.e. MyNewAuthentication will load automatically if you use "MyNew" as the value in config.ini.//
 +
  
 ===== Notes ===== ===== Notes =====
  
-  * As of this writing, the web/sys/authn contains some utility code (configuration parsers, exception classes) that should probably be moved to a more generic location in the future.  If you add new support classes, please consider putting them somewhere more appropriate.+  * As of this writing, the web/sys/authn directory contains some utility code (configuration parsers, exception classes) that should probably be moved to a more generic location in the future.  If you add new support classes, please consider putting them somewhere more appropriate.
  
  
legacy/vufind_1.x_developer_manual/building_an_authentication_handler.txt · Last modified: 2018/12/19 14:16 by demiankatz