Lines Matching defs:getAuthContext

167     public static AuthContextLocal getAuthContext(final HttpServletRequest request,
172 return getAuthContext(request, response, sid, isSessionUpgrade, isBackPost, false, false);
187 public static AuthContextLocal getAuthContext(final HttpServletRequest request,
194 utilDebug.message("In AuthUtils:getAuthContext");
206 utilDebug.message("AuthUtil:getAuthContext:sid is.. .: " + sessionId);
207 utilDebug.message("AuthUtil:getAuthContext:authContext is..: " + authContext);
227 utilDebug.message("AuthUtils:getAuthContext(): %s", e.toString());
229 utilDebug.message("AuthUtils:getAuthContext(): cookieURL : %s", cookieURL);
232 utilDebug.error("AuthUtils:getAuthContext(): " + "Invalid Session Timed out");
280 utilDebug.message("getAuthContext: found existing request.");
823 public static AuthContextLocal getAuthContext(String orgName)
825 return getAuthContext(orgName,"0",false, null);
828 public static AuthContextLocal getAuthContext(String orgName,
830 return getAuthContext(orgName,sessionID,false, null);
833 public static AuthContextLocal getAuthContext(String orgName,
835 return getAuthContext(orgName, "0", false, req);
838 public static AuthContextLocal getAuthContext(String orgName,
840 return getAuthContext(orgName, sessionID, logout, null);
843 public static AuthContextLocal getAuthContext(HttpServletRequest req,
845 return getAuthContext(null, sessionID, false, req);
855 public static AuthContextLocal getAuthContext(String orgName,
858 return getAuthContext(orgName, sessionID, isLogout, req, null, null);
874 public static AuthContextLocal getAuthContext(String orgName,
878 return getAuthContext(orgName, sessionID, isLogout, req,indexType,
899 public static AuthContextLocal getAuthContext(final String providedOrgName,
969 utilDebug.message("AuthUtil:getAuthContext:sid is.. .: " + sid);
970 utilDebug.message("AuthUtil:getAuthContext:authContext is.. .: "
972 utilDebug.message("AuthUtil:getAuthContext:sessionUpgrade is.. .: "
974 utilDebug.message("AuthUtil:getAuthContext:ForceAuth is.. .: "
1413 localAC = internalSession.getAuthContext();