
function IpCredUpdater() { }
IpCredUpdater._path = '/depp/ajax';

IpCredUpdater.setAuthenticationManager = function(p0, callback) {
    DWREngine._execute(IpCredUpdater._path, 'IpCredUpdater', 'setAuthenticationManager', p0, callback);
}

IpCredUpdater.saveIpCred = function(p1, callback) {
    DWREngine._execute(IpCredUpdater._path, 'IpCredUpdater', 'saveIpCred', false, p1, callback);
}

IpCredUpdater.removeAjaxIp = function(p1, p2, callback) {
    DWREngine._execute(IpCredUpdater._path, 'IpCredUpdater', 'removeAjaxIp', false, p1, p2, callback);
}

IpCredUpdater.getAjaxIp = function(p1, p2, callback) {
    DWREngine._execute(IpCredUpdater._path, 'IpCredUpdater', 'getAjaxIp', false, p1, p2, callback);
}

IpCredUpdater.getAllIpCreds = function(p1, callback) {
    DWREngine._execute(IpCredUpdater._path, 'IpCredUpdater', 'getAllIpCreds', false, p1, callback);
}

IpCredUpdater.validateIP = function(p0, p1, p2, p3, callback) {
    DWREngine._execute(IpCredUpdater._path, 'IpCredUpdater', 'validateIP', p0, p1, p2, p3, callback);
}

IpCredUpdater.isIpPassportEnabled = function(callback) {
    DWREngine._execute(IpCredUpdater._path, 'IpCredUpdater', 'isIpPassportEnabled', false, callback);
}

