SalesPoint Framework v3.0

Hook: Define Password Garbling Algorithm


Requirement

An algorithm needs to be defined that will be used when garbling passwords.

Method of Adaptation
Add Feature
Level of Support
Parameter Pattern  
HotSpot
User management
Participants
PassWDGarbler, NewGarbler , garbler

Changes

  1. implementation NewGarbler of PassWDGarbler.
  2. NewGarbler.garblePassWD implements PassWDGarbler.garblePassWD .
  3. instance garbler of NewGarbler.
  4. call User.setGlobalPassWDGarbler with parameter garbler.

Comments


SalesPoint Framework v3.0