Searched defs:offering (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DInsertEntry.java65 private ResourceOffering offering = null; field in class:InsertEntry
70 * @param resourceOffering discovery Resource offering to be inserted.
72 * include directives about the resource offering being inserted.
78 offering = resourceOffering;
115 if (offering != null) {
123 offering = new ResourceOffering((Element) child);
134 if (offering == null) {
145 * Gets the resource offering to be inserted.
147 * @return the resource offering to be inserted.
151 return offering;
[all...]
H A DDiscoveryClient.java67 private ResourceOffering offering = null; field in class:DiscoveryClient
129 * offering, security mechanism/SOAP endpoint defined in the
132 * @param resourceOffering resource offering for this
141 offering = resourceOffering;
149 * offering, security mechanism/SOAP endpoint defined in the
152 * @param resourceOffering resource offering for this
163 offering = resourceOffering;
171 ServiceInstance instance = offering.getServiceInstance();
178 resID = offering.getResourceID();
179 encResID = offering
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DInsertEntry.java65 private ResourceOffering offering = null; field in class:InsertEntry
70 * @param resourceOffering discovery Resource offering to be inserted.
72 * include directives about the resource offering being inserted.
78 offering = resourceOffering;
115 if (offering != null) {
123 offering = new ResourceOffering((Element) child);
134 if (offering == null) {
145 * Gets the resource offering to be inserted.
147 * @return the resource offering to be inserted.
151 return offering;
[all...]
H A DDiscoveryClient.java67 private ResourceOffering offering = null; field in class:DiscoveryClient
129 * offering, security mechanism/SOAP endpoint defined in the
132 * @param resourceOffering resource offering for this
141 offering = resourceOffering;
149 * offering, security mechanism/SOAP endpoint defined in the
152 * @param resourceOffering resource offering for this
163 offering = resourceOffering;
171 ServiceInstance instance = offering.getServiceInstance();
178 resID = offering.getResourceID();
179 encResID = offering
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DMessageProcessor.java191 * @param offering Resource Offering of the discovery service.
202 public SOAPMessage secureRequest(ResourceOffering offering,List credentials, argument
211 getWebserviceOffering(offering, credentials, serviceType);
467 * Returns web service offering by making a discovery query.
469 private QueryResponse getWebserviceOffering(ResourceOffering offering, argument
478 offering, null, null, credentials);
489 * Returns security profile after parsing the resource offering.
491 private String processResourceOffering(ResourceOffering offering) argument
495 ServiceInstance si = offering.getServiceInstance();
525 "Failed in processing the resource offering
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DMessageProcessor.java191 * @param offering Resource Offering of the discovery service.
202 public SOAPMessage secureRequest(ResourceOffering offering,List credentials, argument
211 getWebserviceOffering(offering, credentials, serviceType);
467 * Returns web service offering by making a discovery query.
469 private QueryResponse getWebserviceOffering(ResourceOffering offering, argument
478 offering, null, null, credentials);
489 * Returns security profile after parsing the resource offering.
491 private String processResourceOffering(ResourceOffering offering) argument
495 ServiceInstance si = offering.getServiceInstance();
525 "Failed in processing the resource offering
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTClient.java224 * Connects to data Service specified by the resource offering.
228 * @param resourceOffering resource offering for this
246 DSTUtils.debug.error("DSTClient: resource offering is null");
262 * Connects to data Service specified by the resource offering.
266 * @param resourceOffering resource offering for this
277 DSTUtils.debug.error("DSTClient: resource offering is null");
288 * Parses the given discovery resource offering for the Data service.
289 * @param offering ResourceOffering
292 private void parseResourceOffering(ResourceOffering offering) argument
294 //Try for the encrypted resource offering firs
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTClient.java224 * Connects to data Service specified by the resource offering.
228 * @param resourceOffering resource offering for this
246 DSTUtils.debug.error("DSTClient: resource offering is null");
262 * Connects to data Service specified by the resource offering.
266 * @param resourceOffering resource offering for this
277 DSTUtils.debug.error("DSTClient: resource offering is null");
288 * Parses the given discovery resource offering for the Data service.
289 * @param offering ResourceOffering
292 private void parseResourceOffering(ResourceOffering offering) argument
294 //Try for the encrypted resource offering firs
[all...]

Completed in 28 milliseconds