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

/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...]

Completed in 32 milliseconds