If your application's authentication process is username/password based
(like most), instead of implementing this interface yourself, take a look at the
UsernamePasswordToken class, as it is probably sufficient for your needs.
"If your application's authentication process is username/password based (like most), instead of implementing this interface yourself, take a look at the UsernamePasswordToken class, as it is probably sufficient for your need"