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>
instances
protected static List<?>
JAX_RS_PROVIDERS
protected static Logger
LOG
-
Constructor Summary
Constructors Modifier Constructor Description protected
AMSessionRestClient(List<NetworkService> instances)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
delete(String key)
protected abstract String
getActuatorEndpoint()
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)
-
-