Class AMSessionRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.AMSessionRestClient
-
- All Implemented Interfaces:
Serializable,org.apache.syncope.client.ui.commons.rest.RestClient
- Direct Known Subclasses:
SRASessionRestClient,WASessionRestClient
public abstract class AMSessionRestClient extends Object implements org.apache.syncope.client.ui.commons.rest.RestClient
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<org.apache.syncope.common.keymaster.client.api.model.NetworkService>instancesprotected static List<?>JAX_RS_PROVIDERSprotected static org.slf4j.LoggerLOG
-
Constructor Summary
Constructors Modifier Constructor Description protectedAMSessionRestClient(List<org.apache.syncope.common.keymaster.client.api.model.NetworkService> instances)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voiddelete(String key)protected abstract StringgetActuatorEndpoint()abstract List<org.apache.syncope.common.lib.AMSession>list()
-
-
-
Constructor Detail
-
AMSessionRestClient
protected AMSessionRestClient(List<org.apache.syncope.common.keymaster.client.api.model.NetworkService> instances)
-
-