Examples of validarCredenciales()


Examples of unlp.edu.core.Sistema.validarCredenciales()

     
      HttpSession actualSession = request.getSession(true);
     
      Sistema sistema = Sistema.getInstance();

      if(sistema.validarCredenciales(nombre,clave))
      { 
         actualSession.setAttribute("user", sistema.getUsuario(nombre));
         actualSession.setAttribute("sistema", sistema);

         // Agrega links para volver al nivel anterior seg�n la p�gina
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.