Skip navigation links
C D F G H I N O P R S T V 

C

create() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
Builds client instance with no authentication, for user self-registration and related queries (schema, resources, ...).
create(String, String) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
Builds client instance with the given credentials.
createServiceInstance(Class<T>, MediaType) - Method in class org.apache.syncope.client.lib.RestClientFactoryBean
Creates an anonymous instance of the given service class, for the given content type.
createServiceInstance(Class<T>, MediaType, String, String, boolean) - Method in class org.apache.syncope.client.lib.RestClientFactoryBean
Creates an authenticated instance of the given service class, for the given content type.

D

defaultExceptionMapper() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
defaultJAXBProvider() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
defaultJsonProvider() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
defaultRestClientFactoryBean() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 

F

fromResponse(Response) - Method in class org.apache.syncope.client.lib.RestClientExceptionMapper
 
fromString(String) - Static method in enum org.apache.syncope.client.lib.SyncopeClientFactoryBean.ContentType
 

G

getAddress() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
getAnyObjectSearchConditionBuilder(String) - Static method in class org.apache.syncope.client.lib.SyncopeClient
Returns a new instance of AnyObjectFiqlSearchConditionBuilder, for assisted building of FIQL queries.
getContentType() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
getDomain() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
getExceptionMapper() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
getGroupSearchConditionBuilder() - Static method in class org.apache.syncope.client.lib.SyncopeClient
Returns a new instance of GroupFiqlSearchConditionBuilder, for assisted building of FIQL queries.
getJaxbProvider() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
getJsonProvider() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
getLatestEntityTag(T) - Method in class org.apache.syncope.client.lib.SyncopeClient
Fetches ETag header value from latest service run (if available).
getMediaType() - Method in enum org.apache.syncope.client.lib.SyncopeClientFactoryBean.ContentType
 
getOrderByClauseBuilder() - Static method in class org.apache.syncope.client.lib.SyncopeClient
Returns a new instance of OrderByClauseBuilder, for assisted building of orderby clauses.
getRestClientFactoryBean() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
getService(Class<T>) - Method in class org.apache.syncope.client.lib.SyncopeClient
Creates an instance of the given service class, with configured content type and authentication.
getUserSearchConditionBuilder() - Static method in class org.apache.syncope.client.lib.SyncopeClient
Returns a new instance of UserFiqlSearchConditionBuilder, for assisted building of FIQL queries.

H

header(T, String, Object...) - Method in class org.apache.syncope.client.lib.SyncopeClient
Sets the given header on the give service instance.
header(Class<T>, String, Object...) - Method in class org.apache.syncope.client.lib.SyncopeClient
Creates an instance of the given service class and sets the given header.
HEADER_SPLIT_PROPERTY - Static variable in class org.apache.syncope.client.lib.RestClientFactoryBean
 

I

ifMatch(T, EntityTag) - Method in class org.apache.syncope.client.lib.SyncopeClient
Sets the If-Match header on the given service instance.
ifMatch(Class<T>, EntityTag) - Method in class org.apache.syncope.client.lib.SyncopeClient
Creates an instance of the given service class, with If-Match header set.
ifNoneMatch(T, EntityTag) - Method in class org.apache.syncope.client.lib.SyncopeClient
Sets the If-None-Match header on the given service instance.
ifNoneMatch(Class<T>, EntityTag) - Method in class org.apache.syncope.client.lib.SyncopeClient
Creates an instance of the given service class, with If-None-Match header set.
isUseCompression() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 

N

nullPriorityAsync(Class<T>, boolean) - Method in class org.apache.syncope.client.lib.SyncopeClient
Asks for asynchronous propagation towards external resources with null priority.

O

org.apache.syncope.client.lib - package org.apache.syncope.client.lib
 

P

prefer(T, Preference) - Method in class org.apache.syncope.client.lib.SyncopeClient
Sets the Prefer header on the give service instance.
prefer(Class<T>, Preference) - Method in class org.apache.syncope.client.lib.SyncopeClient
Creates an instance of the given service class, with Prefer header set.

R

RestClientExceptionMapper - Class in org.apache.syncope.client.lib
 
RestClientExceptionMapper() - Constructor for class org.apache.syncope.client.lib.RestClientExceptionMapper
 
RestClientFactoryBean - Class in org.apache.syncope.client.lib
Provides shortcuts for creating JAX-RS service instances via CXF's JAXRSClientFactoryBean.
RestClientFactoryBean() - Constructor for class org.apache.syncope.client.lib.RestClientFactoryBean
 

S

self() - Method in class org.apache.syncope.client.lib.SyncopeClient
 
setAddress(String) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
setContentType(SyncopeClientFactoryBean.ContentType) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
setContentType(String) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
setDomain(String) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
setExceptionMapper(RestClientExceptionMapper) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
setJaxbProvider(JAXBElementProvider<?>) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
setJsonProvider(JacksonJaxbJsonProvider) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
setRestClientFactoryBean(RestClientFactoryBean) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
setUseCompression(boolean) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
Sets the given service instance for transparent gzip Content-Encoding handling.
SyncopeClient - Class in org.apache.syncope.client.lib
Entry point for client access to all REST services exposed by Syncope core; obtain instances via SyncopeClientFactoryBean.
SyncopeClient(MediaType, RestClientFactoryBean, RestClientExceptionMapper, String, String, boolean) - Constructor for class org.apache.syncope.client.lib.SyncopeClient
 
SyncopeClientFactoryBean - Class in org.apache.syncope.client.lib
Factory bean for creating instances of SyncopeClient.
SyncopeClientFactoryBean() - Constructor for class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
SyncopeClientFactoryBean.ContentType - Enum in org.apache.syncope.client.lib
 

T

toResponse(Exception) - Method in class org.apache.syncope.client.lib.RestClientExceptionMapper
 

V

valueOf(String) - Static method in enum org.apache.syncope.client.lib.SyncopeClientFactoryBean.ContentType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.syncope.client.lib.SyncopeClientFactoryBean.ContentType
Returns an array containing the constants of this enum type, in the order they are declared.
C D F G H I N O P R S T V 
Skip navigation links

Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.