Class SRASessionRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.AMSessionRestClient
-
- org.apache.syncope.client.console.rest.SRASessionRestClient
-
- All Implemented Interfaces:
Serializable
,RestClient
public final class SRASessionRestClient extends AMSessionRestClient
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.console.rest.AMSessionRestClient
instances, JAX_RS_PROVIDERS, LOG
-
-
Constructor Summary
Constructors Constructor Description SRASessionRestClient(List<NetworkService> list)
-
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
-
-
-
-
Constructor Detail
-
SRASessionRestClient
public SRASessionRestClient(List<NetworkService> list)
-
-
Method Detail
-
getActuatorEndpoint
protected String getActuatorEndpoint()
- Specified by:
getActuatorEndpoint
in classAMSessionRestClient
-
list
public List<AMSession> list()
- Specified by:
list
in classAMSessionRestClient
-
-