Class WAConfigRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.BaseRestClient
-
- org.apache.syncope.client.console.rest.WAConfigRestClient
-
- All Implemented Interfaces:
Serializable
,RestClient
public class WAConfigRestClient extends BaseRestClient
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG
-
-
Constructor Summary
Constructors Constructor Description WAConfigRestClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete(String schema)
List<Attr>
list()
void
push(WAConfigService.PushSubject subject, List<String> services)
void
set(Attr value)
-
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-