Searched refs:requestedService (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DQuery.java76 private List requestedService = null; field in class:Query
85 requestedService = RequestedService;
98 requestedService = RequestedService;
166 if (requestedService == null) {
167 requestedService = new ArrayList();
169 requestedService.add(new RequestedService((Element) child));
261 return requestedService;
267 * @param requestedService the list of the requested service types to be
271 public void setRequestedServiceType(List requestedService) { argument
272 this.requestedService
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DQuery.java76 private List requestedService = null; field in class:Query
85 requestedService = RequestedService;
98 requestedService = RequestedService;
166 if (requestedService == null) {
167 requestedService = new ArrayList();
169 requestedService.add(new RequestedService((Element) child));
261 return requestedService;
267 * @param requestedService the list of the requested service types to be
271 public void setRequestedServiceType(List requestedService) { argument
272 this.requestedService
[all...]

Completed in 35 milliseconds