Exemplo n.º 1
0
 /**
  * {@inheritDoc}
  */
 public function verifyPassword($password)
 {
     return ESAPI::getAuthenticator()->verifyPassword($this, $password);
 }