Class WARestClient

java.lang.Object
org.apache.syncope.wa.bootstrap.WARestClient

public class WARestClient extends Object
  • Field Details

    • LOG

      protected static final Logger LOG
    • anonymousUser

      protected final String anonymousUser
    • anonymousKey

      protected final String anonymousKey
    • useGZIPCompression

      protected final boolean useGZIPCompression
    • serviceDiscoveryAddress

      protected final String serviceDiscoveryAddress
    • services

      protected final Map<Class<?>,Object> services
  • Constructor Details

    • WARestClient

      public WARestClient(String anonymousUser, String anonymousKey, boolean useGZIPCompression, String serviceDiscoveryAddress)
  • Method Details

    • getCore

      protected Optional<NetworkService> getCore()
    • getSyncopeClient

      public SyncopeClient getSyncopeClient()
    • getService

      public <T> T getService(Class<T> serviceClass)
    • isReady

      public boolean isReady()