@@ -69,7 +69,7 @@ than JSON (default), to select
6969https://en.wikipedia.org/wiki/HTTP_compression[HTTP compression^] or to set the
7070https://cxf.apache.org/javadoc/latest/org/apache/cxf/configuration/jsse/TLSClientParameters.html[TLS client configuration^]
7171(more options in the
72- https://syncope.apache.org/apidocs/3 .0/org/apache/syncope/client/lib/SyncopeClientFactoryBean.html[Javadoc^]):
72+ https://syncope.apache.org/apidocs/4 .0/org/apache/syncope/client/lib/SyncopeClientFactoryBean.html[Javadoc^]):
7373
7474[source,java]
7575----
@@ -102,7 +102,7 @@ SyncopeClient client = new SyncopeClientFactoryBean().
102102===== Examples
103103
104104Select one of the
105- https://syncope.apache.org/apidocs/3 .0/org/apache/syncope/common/rest/api/service/package-summary.html[RESTful services^]
105+ https://syncope.apache.org/apidocs/4 .0/org/apache/syncope/common/rest/api/service/package-summary.html[RESTful services^]
106106and invoke one of the available methods:
107107
108108[source,java]
@@ -117,13 +117,13 @@ loggerService.update(LoggerType.LOG, loggerTO);
117117
118118[TIP]
119119Advanced REST features are also available from `SyncopeClient` instances: check
120- https://syncope.apache.org/apidocs/3 .0/org/apache/syncope/client/lib/SyncopeClient.html[the javadoc^]
120+ https://syncope.apache.org/apidocs/4 .0/org/apache/syncope/client/lib/SyncopeClient.html[the javadoc^]
121121for more information.
122122
123123.Search for Users, Groups or Any Objects
124124====
125125All search operations return
126- https://syncope.apache.org/apidocs/3 .0/org/apache/syncope/common/lib/to/PagedResult.html[paged result handlers^]
126+ https://syncope.apache.org/apidocs/4 .0/org/apache/syncope/common/lib/to/PagedResult.html[paged result handlers^]
127127which can be exploited both for getting the actual results and for extrapolating pagination coordinates.
128128
129129[source,java]
@@ -211,7 +211,7 @@ UserTO userTO = self.getRight(); // <1>
211211Map<String, Set<String>> realm2entitlements = self.getLeft(); // <2>
212212List<String> delegations = self.getMiddle(); // <3>
213213----
214- <1> https://syncope.apache.org/apidocs/3 .0/org/apache/syncope/common/lib/to/UserTO.html[UserTO^] of the requesting user
214+ <1> https://syncope.apache.org/apidocs/4 .0/org/apache/syncope/common/lib/to/UserTO.html[UserTO^] of the requesting user
215215<2> for each <<realms,realm>>, the owned <<entitlements,entitlements>>
216216<3> <<delegation,delegations>> assigned to the requesting user
217217====
0 commit comments