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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLResponse.java92 String remoteResponse = null; field in class:AuthXMLResponse
202 remoteResponse = encObj;
591 if ((remoteRequest != null) && (remoteResponse != null)) {
600 if (remoteResponse != null) {
602 .append(remoteResponse)
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLResponse.java92 String remoteResponse = null; field in class:AuthXMLResponse
202 remoteResponse = encObj;
591 if ((remoteRequest != null) && (remoteResponse != null)) {
600 if (remoteResponse != null) {
602 .append(remoteResponse)
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java183 private HttpServletResponse remoteResponse = null; field in class:AuthContext
1205 return remoteResponse;
1879 remoteResponse = AuthXMLUtils.getRemoteResponse(
1907 remoteResponse = AuthXMLUtils.getRemoteResponse(
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java183 private HttpServletResponse remoteResponse = null; field in class:AuthContext
1205 return remoteResponse;
1879 remoteResponse = AuthXMLUtils.getRemoteResponse(
1907 remoteResponse = AuthXMLUtils.getRemoteResponse(

Completed in 33 milliseconds