Package org.apache.syncope.client.lib
Class SyncopeAnonymousClient
- java.lang.Object
-
- org.apache.syncope.client.lib.SyncopeClient
-
- org.apache.syncope.client.lib.SyncopeAnonymousClient
-
public class SyncopeAnonymousClient extends SyncopeClient
-
-
Field Summary
Fields Modifier and Type Field Description protected AnonymousAuthenticationHandler
anonymousAuthHandler
-
Fields inherited from class org.apache.syncope.client.lib.SyncopeClient
exceptionMapper, HEADER_SPLIT_PROPERTY, httpClientPolicy, LOG, MAPPER, mediaType, restClientFactory, tlsClientParameters, useCompression
-
-
Constructor Summary
Constructors Constructor Description SyncopeAnonymousClient(javax.ws.rs.core.MediaType mediaType, JAXRSClientFactoryBean restClientFactory, RestClientExceptionMapper exceptionMapper, AnonymousAuthenticationHandler anonymousAuthHandler, boolean useCompression, HTTPClientPolicy httpClientPolicy, TLSClientParameters tlsClientParameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pair<String,String>
gitAndBuildInfo()
protected JsonNode
info()
NumbersInfo
numbers()
PlatformInfo
platform()
SystemInfo
system()
-
Methods inherited from class org.apache.syncope.client.lib.SyncopeClient
batch, cleanup, delegatedBy, getAddress, getAnyObjectSearchConditionBuilder, getConnObjectTOFiqlSearchConditionBuilder, getDomain, getGroupSearchConditionBuilder, getJWT, getLatestEntityTag, getOrderByClauseBuilder, getService, getUserSearchConditionBuilder, header, ifMatch, ifNoneMatch, init, login, logout, match, nullPriorityAsync, prefer, refresh, self
-
-
-
-
Field Detail
-
anonymousAuthHandler
protected final AnonymousAuthenticationHandler anonymousAuthHandler
-
-
Constructor Detail
-
SyncopeAnonymousClient
public SyncopeAnonymousClient(javax.ws.rs.core.MediaType mediaType, JAXRSClientFactoryBean restClientFactory, RestClientExceptionMapper exceptionMapper, AnonymousAuthenticationHandler anonymousAuthHandler, boolean useCompression, HTTPClientPolicy httpClientPolicy, TLSClientParameters tlsClientParameters)
-
-
Method Detail
-
info
protected JsonNode info() throws IOException
- Throws:
IOException
-
platform
public PlatformInfo platform()
-
system
public SystemInfo system()
-
numbers
public NumbersInfo numbers()
-
-