Package org.inguelberth.app

Examples of org.inguelberth.app.AppAdmin


      if(resultado==true){
        System.out.println("Bienvenido "+ManejadorUsuario.getInstancia().obtenerUsuarioAutenticado().getNombre() + "!");
        switch(ManejadorUsuario.getInstancia().obtenerUsuarioAutenticado().getRol()){
          case "admin":
            appRol=new AppAdmin(decodificador);
            break;
          case "empleado":
            appRol=new AppEmpleado(decodificador);
            break;
          case "cliente":
View Full Code Here

TOP

Related Classes of org.inguelberth.app.AppAdmin

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.