
function CGIAuthenticationRedirect() { }
CGIAuthenticationRedirect._path = '/depp/cgi-filter';

CGIAuthenticationRedirect.setDevelopmentMode = function(p0, callback) {
    DWREngine._execute(CGIAuthenticationRedirect._path, 'CGIAuthenticationRedirect', 'setDevelopmentMode', p0, callback);
}

CGIAuthenticationRedirect.setBehindProxy = function(p0, callback) {
    DWREngine._execute(CGIAuthenticationRedirect._path, 'CGIAuthenticationRedirect', 'setBehindProxy', p0, callback);
}

CGIAuthenticationRedirect.checkRedirect = function(callback) {
    DWREngine._execute(CGIAuthenticationRedirect._path, 'CGIAuthenticationRedirect', 'checkRedirect', false, callback);
}

