Class AMSessionRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.AMSessionRestClient
-
- All Implemented Interfaces:
Serializable,RestClient
- Direct Known Subclasses:
SRASessionRestClient,WASessionRestClient
public abstract class AMSessionRestClient extends Object implements RestClient
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<NetworkService>instancesprotected static List<?>JAX_RS_PROVIDERSprotected static LoggerLOG
-
Constructor Summary
Constructors Modifier Constructor Description protectedAMSessionRestClient(List<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<AMSession>list()
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
JAX_RS_PROVIDERS
protected static final List<?> JAX_RS_PROVIDERS
-
instances
protected final List<NetworkService> instances
-
-
Constructor Detail
-
AMSessionRestClient
protected AMSessionRestClient(List<NetworkService> instances)
-
-