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 JsonMapper
MAPPER
-
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 String
getActuatorEndpoint()
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:
getActuatorEndpoint
in classAMSessionRestClient
-
list
public List<AMSession> list()
- Specified by:
list
in classAMSessionRestClient
-
-