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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSRequest.java46 private String responseConsumerURL; field in class:PAOSRequest
55 * @param responseConsumerURL the value of the responseConsumerURL
63 public PAOSRequest(String responseConsumerURL, String service, argument
67 this.responseConsumerURL = responseConsumerURL;
103 * Returns the value of the responseConsumerURL attribute.
105 * @return the value of the responseConsumerURL attribute.
109 return responseConsumerURL;
113 * Sets the value of the responseConsumerURL attribut
119 setResponseConsumerURL(String responseConsumerURL) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSRequest.java46 private String responseConsumerURL; field in class:PAOSRequest
55 * @param responseConsumerURL the value of the responseConsumerURL
63 public PAOSRequest(String responseConsumerURL, String service, argument
67 this.responseConsumerURL = responseConsumerURL;
103 * Returns the value of the responseConsumerURL attribute.
105 * @return the value of the responseConsumerURL attribute.
109 return responseConsumerURL;
113 * Sets the value of the responseConsumerURL attribut
119 setResponseConsumerURL(String responseConsumerURL) argument
[all...]

Completed in 30 milliseconds