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 SummaryFields Modifier and Type Field Description protected AnonymousAuthenticationHandleranonymousAuthHandler- 
Fields inherited from class org.apache.syncope.client.lib.SyncopeClientexceptionMapper, HEADER_SPLIT_PROPERTY, httpClientPolicy, LOG, MAPPER, mediaType, restClientFactory, tlsClientParameters, useCompression
 
- 
 - 
Constructor SummaryConstructors Constructor Description SyncopeAnonymousClient(javax.ws.rs.core.MediaType mediaType, org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean restClientFactory, RestClientExceptionMapper exceptionMapper, AnonymousAuthenticationHandler anonymousAuthHandler, boolean useCompression, org.apache.cxf.transports.http.configuration.HTTPClientPolicy httpClientPolicy, TLSClientParameters tlsClientParameters)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Pair<String,String>gitAndBuildInfo()protected JsonNodeinfo()NumbersInfonumbers()PlatformInfoplatform()SystemInfosystem()- 
Methods inherited from class org.apache.syncope.client.lib.SyncopeClientbatch, 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- 
anonymousAuthHandlerprotected final AnonymousAuthenticationHandler anonymousAuthHandler 
 
- 
 - 
Constructor Detail- 
SyncopeAnonymousClientpublic SyncopeAnonymousClient(javax.ws.rs.core.MediaType mediaType, org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean restClientFactory, RestClientExceptionMapper exceptionMapper, AnonymousAuthenticationHandler anonymousAuthHandler, boolean useCompression, org.apache.cxf.transports.http.configuration.HTTPClientPolicy httpClientPolicy, TLSClientParameters tlsClientParameters)
 
- 
 - 
Method Detail- 
infoprotected JsonNode info() throws IOException - Throws:
- IOException
 
 - 
platformpublic PlatformInfo platform() 
 - 
systempublic SystemInfo system() 
 - 
numberspublic NumbersInfo numbers() 
 
- 
 
-