Searched defs:isRestAuth (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java184 * @param isRestAuth <code>true</code> if the request is coming from JSON REST/XUI.
193 final boolean isRestAuth) throws AuthException {
213 if (StringUtils.isEmpty(authCookieValue) && isRestAuth) {
187 getAuthContext(final HttpServletRequest request, final HttpServletResponse response, final SessionID sessionId, final boolean isSessionUpgrade, final boolean isBackPost, final boolean isLogout, final boolean isRestAuth) argument

Completed in 41 milliseconds