Package org.apache.syncope.wa.bootstrap
Class WARestClient
- java.lang.Object
-
- org.apache.syncope.wa.bootstrap.WARestClient
-
public class WARestClient extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected String
anonymousKey
protected String
anonymousUser
protected static Logger
LOG
protected String
serviceDiscoveryAddress
protected Map<Class<?>,Object>
services
protected boolean
useGZIPCompression
-
Constructor Summary
Constructors Constructor Description WARestClient(String anonymousUser, String anonymousKey, boolean useGZIPCompression, String serviceDiscoveryAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Optional<NetworkService>
getCore()
<T> T
getService(Class<T> serviceClass)
SyncopeClient
getSyncopeClient()
boolean
isReady()
-
-
-
Method Detail
-
getCore
protected Optional<NetworkService> getCore()
-
getSyncopeClient
public SyncopeClient getSyncopeClient()
-
getService
public <T> T getService(Class<T> serviceClass)
-
isReady
public boolean isReady()
-
-