Uses of Interface
org.salespointframework.core.users.PassWDGarbler

Packages that use PassWDGarbler
org.salespointframework.core.users Contains all the classes for managing users and their capabilities. 
 

Uses of PassWDGarbler in org.salespointframework.core.users
 

Fields in org.salespointframework.core.users declared as PassWDGarbler
static PassWDGarbler User.DEFAULT_PASSWORD_GARBLER
          The default password garbler.
private static PassWDGarbler User.s_pwdgGlobal
          The global password garbler.
 

Methods in org.salespointframework.core.users that return PassWDGarbler
static PassWDGarbler User.getGlobalPassWDGarbler()
          Get the global password garbler.
static PassWDGarbler User.setGlobalPassWDGarbler(PassWDGarbler pwdgNew)
          Set the global password garbler.
 

Methods in org.salespointframework.core.users with parameters of type PassWDGarbler
static PassWDGarbler User.setGlobalPassWDGarbler(PassWDGarbler pwdgNew)
          Set the global password garbler.