Class BaseRestClient
java.lang.Object
org.apache.syncope.client.enduser.rest.BaseRestClient
- All Implemented Interfaces:
Serializable
,RestClient
- Direct Known Subclasses:
AbstractAnyRestClient
,AnyTypeRestClient
,BpmnProcessRestClient
,SchemaRestClient
,SecurityQuestionRestClient
,SyncopeRestClient
,UserRequestRestClient
,UserSelfRestClient
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected <E extends JAXRSService,
T>
Tprotected <T> T
getService
(Class<T> serviceClass) protected <T> T
getService
(String etag, Class<T> serviceClass) protected String
getStatus
(int httpStatus) protected <T> void
resetClient
(Class<T> serviceClass)
-
Field Details
-
LOG
-
-
Constructor Details
-
BaseRestClient
public BaseRestClient()
-
-
Method Details
-
getSyncopeService
-
getService
-
getService
-
resetClient
-
toOrderBy
-
getObject
-
getStatus
-