Searched refs:useOldStyleRemoteAuthentication (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java174 static boolean useOldStyleRemoteAuthentication; field in class:AuthContext
755 if (useOldStyleRemoteAuthentication) {
770 authDebug.message("useOldStyleRemoteAuthentication : "
771 + useOldStyleRemoteAuthentication);
780 !useOldStyleRemoteAuthentication &&
788 useOldStyleRemoteAuthentication = true;
831 if (!useOldStyleRemoteAuthentication) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java174 static boolean useOldStyleRemoteAuthentication; field in class:AuthContext
755 if (useOldStyleRemoteAuthentication) {
770 authDebug.message("useOldStyleRemoteAuthentication : "
771 + useOldStyleRemoteAuthentication);
780 !useOldStyleRemoteAuthentication &&
788 useOldStyleRemoteAuthentication = true;
831 if (!useOldStyleRemoteAuthentication) {

Completed in 39 milliseconds