// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (AutentificacionLdapService == null) var AutentificacionLdapService = {}; AutentificacionLdapService._path = '/posgrado/ajax/services'; AutentificacionLdapService.getUsuario = function(p0, p1, callback) { dwr.engine._execute(AutentificacionLdapService._path, 'AutentificacionLdapService', 'getUsuario', p0, p1, callback); } AutentificacionLdapService.ldapAuth = function(p0, p1, callback) { dwr.engine._execute(AutentificacionLdapService._path, 'AutentificacionLdapService', 'ldapAuth', p0, p1, callback); } AutentificacionLdapService.getRoles = function(p0, callback) { dwr.engine._execute(AutentificacionLdapService._path, 'AutentificacionLdapService', 'getRoles', p0, callback); }