Class WASessionRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.AMSessionRestClient
-
- org.apache.syncope.client.console.rest.WASessionRestClient
-
- All Implemented Interfaces:
Serializable,RestClient
public final class WASessionRestClient extends AMSessionRestClient
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static JsonMapperMAPPER-
Fields inherited from class org.apache.syncope.client.console.rest.AMSessionRestClient
instances, JAX_RS_PROVIDERS, LOG
-
-
Constructor Summary
Constructors Constructor Description WASessionRestClient(List<NetworkService> instances)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetActuatorEndpoint()List<AMSession>list()-
Methods inherited from class org.apache.syncope.client.console.rest.AMSessionRestClient
delete
-
-
-
-
Field Detail
-
MAPPER
protected static final JsonMapper MAPPER
-
-
Constructor Detail
-
WASessionRestClient
public WASessionRestClient(List<NetworkService> instances)
-
-
Method Detail
-
getActuatorEndpoint
protected String getActuatorEndpoint()
- Specified by:
getActuatorEndpointin classAMSessionRestClient
-
list
public List<AMSession> list()
- Specified by:
listin classAMSessionRestClient
-
-