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:
  • Field Details

    • LOG

      protected static final Logger LOG
    • JAX_RS_PROVIDERS

      protected static final List<?> JAX_RS_PROVIDERS
    • instances

      protected final List<NetworkService> instances
  • Constructor Details

  • Method Details

    • getActuatorEndpoint

      protected abstract String getActuatorEndpoint()
    • list

      public abstract List<AMSession> list()
    • delete

      public void delete(String key)