Package com.calexo.openhra.serveur

Examples of com.calexo.openhra.serveur.RandPass


   * @return boolean indiquant la r�ussite de l'op�ration
   */
  public boolean ClientGeneratePass(
      final com.calexo.openhra.interfaces.ejb.ClientValue clientValue)
  {
    String newPass = new RandPass().getPass(8);

    clientValue.setMotDePasse(newPass);

    ClientSave(clientValue);

View Full Code Here

TOP

Related Classes of com.calexo.openhra.serveur.RandPass

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.