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 SummaryFields Modifier and Type Field Description protected static JsonMapperMAPPER- 
Fields inherited from class org.apache.syncope.client.console.rest.AMSessionRestClientinstances, JAX_RS_PROVIDERS, LOG
 
- 
 - 
Constructor SummaryConstructors Constructor Description WASessionRestClient(List<NetworkService> instances)
 - 
Method SummaryAll 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.AMSessionRestClientdelete
 
- 
 
- 
- 
- 
Field Detail- 
MAPPERprotected static final JsonMapper MAPPER 
 
- 
 - 
Constructor Detail- 
WASessionRestClientpublic WASessionRestClient(List<NetworkService> instances) 
 
- 
 - 
Method Detail- 
getActuatorEndpointprotected String getActuatorEndpoint() - Specified by:
- getActuatorEndpointin class- AMSessionRestClient
 
 - 
listpublic List<AMSession> list() - Specified by:
- listin class- AMSessionRestClient
 
 
- 
 
-