Searched refs:AuthXMLUtils (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthenticationCallbackXMLHelperFactory.java72 if (AuthXMLUtils.debug.messageEnabled()) {
73 AuthXMLUtils.debug.message("Failed to instantiate : "
H A DAuthXMLUtils.java25 * $Id: AuthXMLUtils.java,v 1.10 2009/06/19 20:39:09 qcheng Exp $
77 public class AuthXMLUtils { class
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthenticationCallbackXMLHelperFactory.java72 if (AuthXMLUtils.debug.messageEnabled()) {
73 AuthXMLUtils.debug.message("Failed to instantiate : "
H A DAuthXMLUtils.java25 * $Id: AuthXMLUtils.java,v 1.10 2009/06/19 20:39:09 qcheng Exp $
77 public class AuthXMLUtils { class
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLRequestParser.java52 import com.sun.identity.authentication.share.AuthXMLUtils;
239 AuthXMLUtils.getRemoteRequest(XMLUtils.getChildNode(requestNode,AuthXMLTags.REMOTE_REQUEST_RESPONSE));
241 AuthXMLUtils.getRemoteResponse(XMLUtils.getChildNode(requestNode,AuthXMLTags.REMOTE_REQUEST_RESPONSE));
264 AuthXMLUtils.getRemoteRequest(XMLUtils.getChildNode(requestNode,AuthXMLTags.REMOTE_REQUEST_RESPONSE));
266 AuthXMLUtils.getRemoteResponse(XMLUtils.getChildNode(requestNode,AuthXMLTags.REMOTE_REQUEST_RESPONSE));
411 AuthXMLUtils.getCallbacks(callbacksNode,true,recdCallbacks);
H A DAuthXMLResponse.java55 import com.sun.identity.authentication.share.AuthXMLUtils;
178 encObj = AuthXMLUtils.serializeToString(remoteReq);
197 encObj = AuthXMLUtils.serializeToString(remoteRes);
331 String serializedSubject = AuthXMLUtils.getSerializedSubject(
420 = AuthXMLUtils.getXMLForCallbacks(reqdCallbacks);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLRequestParser.java52 import com.sun.identity.authentication.share.AuthXMLUtils;
239 AuthXMLUtils.getRemoteRequest(XMLUtils.getChildNode(requestNode,AuthXMLTags.REMOTE_REQUEST_RESPONSE));
241 AuthXMLUtils.getRemoteResponse(XMLUtils.getChildNode(requestNode,AuthXMLTags.REMOTE_REQUEST_RESPONSE));
264 AuthXMLUtils.getRemoteRequest(XMLUtils.getChildNode(requestNode,AuthXMLTags.REMOTE_REQUEST_RESPONSE));
266 AuthXMLUtils.getRemoteResponse(XMLUtils.getChildNode(requestNode,AuthXMLTags.REMOTE_REQUEST_RESPONSE));
411 AuthXMLUtils.getCallbacks(callbacksNode,true,recdCallbacks);
H A DAuthXMLResponse.java55 import com.sun.identity.authentication.share.AuthXMLUtils;
178 encObj = AuthXMLUtils.serializeToString(remoteReq);
197 encObj = AuthXMLUtils.serializeToString(remoteRes);
331 String serializedSubject = AuthXMLUtils.getSerializedSubject(
420 = AuthXMLUtils.getXMLForCallbacks(reqdCallbacks);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java48 import com.sun.identity.authentication.share.AuthXMLUtils;
943 encObj = AuthXMLUtils.serializeToString(new RemoteHttpServletRequest(req));
945 authDebug.error("AuthXMLUtils::runRemoteLogin Unable to serailize http request", ioe);
962 encObj = AuthXMLUtils.serializeToString(new RemoteHttpServletResponse(res));
964 authDebug.error("AuthXMLUtils::runRemoteLogin Unable to serailize http response", ioe);
1256 .append(AuthXMLUtils.getXMLForCallbacks(info));
1277 encObj = AuthXMLUtils.serializeToString(new RemoteHttpServletRequest(request));
1279 authDebug.error("AuthXMLUtils::runRemoteLogin Unable to serailize http request", ioe);
1296 encObj = AuthXMLUtils.serializeToString(new RemoteHttpServletResponse(response));
1298 authDebug.error("AuthXMLUtils
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java48 import com.sun.identity.authentication.share.AuthXMLUtils;
943 encObj = AuthXMLUtils.serializeToString(new RemoteHttpServletRequest(req));
945 authDebug.error("AuthXMLUtils::runRemoteLogin Unable to serailize http request", ioe);
962 encObj = AuthXMLUtils.serializeToString(new RemoteHttpServletResponse(res));
964 authDebug.error("AuthXMLUtils::runRemoteLogin Unable to serailize http response", ioe);
1256 .append(AuthXMLUtils.getXMLForCallbacks(info));
1277 encObj = AuthXMLUtils.serializeToString(new RemoteHttpServletRequest(request));
1279 authDebug.error("AuthXMLUtils::runRemoteLogin Unable to serailize http request", ioe);
1296 encObj = AuthXMLUtils.serializeToString(new RemoteHttpServletResponse(response));
1298 authDebug.error("AuthXMLUtils
[all...]

Completed in 106 milliseconds