Searched refs:FSNameRegistrationResponse (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/plugins/
H A DFederationSPAdapter.java38 import com.sun.identity.federation.message.FSNameRegistrationResponse;
277 FSNameRegistrationResponse regResponse,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/plugins/
H A DFederationSPAdapter.java38 import com.sun.identity.federation.message.FSNameRegistrationResponse;
277 FSNameRegistrationResponse regResponse,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSNameRegistrationResponse.java25 * $Id: FSNameRegistrationResponse.java,v 1.3 2008/06/25 05:46:45 qcheng Exp $
64 public class FSNameRegistrationResponse extends AbstractResponse { class in inherits:AbstractResponse
76 public FSNameRegistrationResponse() { method in class:FSNameRegistrationResponse
82 FSUtils.debug.error("FSNameRegistrationResponse.Constructor", e);
169 * Constructor creates the <code>FSNameRegistrationResponse</code> object.
178 public FSNameRegistrationResponse(String responseID, String inResponseTo, method in class:FSNameRegistrationResponse
205 * Constructor creates the <code>FSNameRegistrationResponse</code> object
212 public FSNameRegistrationResponse(Element root) throws method in class:FSNameRegistrationResponse
215 FSUtils.debug.message("FSNameRegistrationResponse.parseXML:" +
222 FSUtils.debug.error("FSNameRegistrationResponse
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSNameRegistrationResponse.java25 * $Id: FSNameRegistrationResponse.java,v 1.3 2008/06/25 05:46:45 qcheng Exp $
67 public class FSNameRegistrationResponse extends AbstractResponse { class in inherits:AbstractResponse
79 public FSNameRegistrationResponse() { method in class:FSNameRegistrationResponse
85 FSUtils.debug.error("FSNameRegistrationResponse.Constructor", e);
172 * Constructor creates the <code>FSNameRegistrationResponse</code> object.
181 public FSNameRegistrationResponse(String responseID, String inResponseTo, method in class:FSNameRegistrationResponse
208 * Constructor creates the <code>FSNameRegistrationResponse</code> object
215 public FSNameRegistrationResponse(Element root) throws method in class:FSNameRegistrationResponse
218 FSUtils.debug.message("FSNameRegistrationResponse.parseXML:" +
225 FSUtils.debug.error("FSNameRegistrationResponse
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSRegistrationReturnServlet.java48 import com.sun.identity.federation.message.FSNameRegistrationResponse;
199 FSNameRegistrationResponse regisResponse = null;
202 FSNameRegistrationResponse.parseURLEncodedRequest(request);
H A DFSNameRegistrationHandler.java49 import com.sun.identity.federation.message.FSNameRegistrationResponse;
92 protected FSNameRegistrationResponse regisResponse = null;
662 * @param regisResponse <code>FSNameRegistrationResponse</code> object
669 FSNameRegistrationResponse regisResponse)
968 FSNameRegistrationResponse regisResponse = null;
971 new FSNameRegistrationResponse (elt);
1225 regisResponse = new FSNameRegistrationResponse(
1263 regisResponse = new FSNameRegistrationResponse(
1292 public FSNameRegistrationResponse processSOAPRegistrationRequest(
1300 FSNameRegistrationResponse regisRespons
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSRegistrationReturnServlet.java48 import com.sun.identity.federation.message.FSNameRegistrationResponse;
199 FSNameRegistrationResponse regisResponse = null;
202 FSNameRegistrationResponse.parseURLEncodedRequest(request);
H A DFSNameRegistrationHandler.java49 import com.sun.identity.federation.message.FSNameRegistrationResponse;
92 protected FSNameRegistrationResponse regisResponse = null;
662 * @param regisResponse <code>FSNameRegistrationResponse</code> object
669 FSNameRegistrationResponse regisResponse)
968 FSNameRegistrationResponse regisResponse = null;
971 new FSNameRegistrationResponse (elt);
1225 regisResponse = new FSNameRegistrationResponse(
1263 regisResponse = new FSNameRegistrationResponse(
1292 public FSNameRegistrationResponse processSOAPRegistrationRequest(
1300 FSNameRegistrationResponse regisRespons
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/federation/plugins/
H A DFSDefaultSPAdapter.java50 import com.sun.identity.federation.message.FSNameRegistrationResponse;
460 FSNameRegistrationResponse regResponse,
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/federation/plugins/
H A DFSDefaultSPAdapter.java50 import com.sun.identity.federation.message.FSNameRegistrationResponse;
460 FSNameRegistrationResponse regResponse,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPReceiver.java48 import com.sun.identity.federation.message.FSNameRegistrationResponse;
435 FSNameRegistrationResponse regisResponse =
917 private FSNameRegistrationResponse handleRegistrationRequest(
973 FSNameRegistrationResponse regisResponse =
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPReceiver.java48 import com.sun.identity.federation.message.FSNameRegistrationResponse;
435 FSNameRegistrationResponse regisResponse =
917 private FSNameRegistrationResponse handleRegistrationRequest(
973 FSNameRegistrationResponse regisResponse =

Completed in 54 milliseconds