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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDiscoveryClient.java77 * @param soapURI URI of the SOAP end point for this discovery
81 public DiscoveryClient (String soapURI, String providerID) { argument
82 connectTo = soapURI;
91 * @param soapURI URI of the SOAP end point for this discovery
96 String soapURI,
99 connectTo = soapURI;
113 * @param soapURI URI of the SOAP end point for this discovery
118 String soapURI,
121 connectTo = soapURI;
95 DiscoveryClient(SecurityAssertion assertion, String soapURI, String providerID) argument
117 DiscoveryClient(BinarySecurityToken token, String soapURI, String providerID) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDiscoveryClient.java77 * @param soapURI URI of the SOAP end point for this discovery
81 public DiscoveryClient (String soapURI, String providerID) { argument
82 connectTo = soapURI;
91 * @param soapURI URI of the SOAP end point for this discovery
96 String soapURI,
99 connectTo = soapURI;
113 * @param soapURI URI of the SOAP end point for this discovery
118 String soapURI,
121 connectTo = soapURI;
95 DiscoveryClient(SecurityAssertion assertion, String soapURI, String providerID) argument
117 DiscoveryClient(BinarySecurityToken token, String soapURI, String providerID) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTClient.java68 private String soapURI = null; field in class:DSTClient
88 * @param soapURI URI of the SOAP end point for this Data service
92 public DSTClient(String soapURI, String providerID) { argument
93 this.soapURI = soapURI;
103 * @param soapURI URI of the SOAP end point for this data
108 String soapURI,
111 this.soapURI = soapURI;
126 * @param soapURI UR
107 DSTClient(SecurityAssertion assertion, String soapURI, String providerID) argument
130 DSTClient(BinarySecurityToken token, String soapURI, String providerID) argument
154 DSTClient(String soapURI, String providerID, HttpServletRequest httpRequest, HttpServletResponse httpResponse) argument
179 DSTClient(SecurityAssertion assertion, String soapURI, String providerID, HttpServletRequest httpRequest, HttpServletResponse httpResponse) argument
208 DSTClient(BinarySecurityToken token, String soapURI, String providerID, HttpServletRequest httpRequest, HttpServletResponse httpResponse) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTClient.java68 private String soapURI = null; field in class:DSTClient
88 * @param soapURI URI of the SOAP end point for this Data service
92 public DSTClient(String soapURI, String providerID) { argument
93 this.soapURI = soapURI;
103 * @param soapURI URI of the SOAP end point for this data
108 String soapURI,
111 this.soapURI = soapURI;
126 * @param soapURI UR
107 DSTClient(SecurityAssertion assertion, String soapURI, String providerID) argument
130 DSTClient(BinarySecurityToken token, String soapURI, String providerID) argument
154 DSTClient(String soapURI, String providerID, HttpServletRequest httpRequest, HttpServletResponse httpResponse) argument
179 DSTClient(SecurityAssertion assertion, String soapURI, String providerID, HttpServletRequest httpRequest, HttpServletResponse httpResponse) argument
208 DSTClient(BinarySecurityToken token, String soapURI, String providerID, HttpServletRequest httpRequest, HttpServletResponse httpResponse) argument
[all...]

Completed in 47 milliseconds