C D F G H I O P R S T V 

C

create(String, String) - Method in class org.apache.syncope.client.SyncopeClientFactoryBean
 
createAnonymous() - Method in class org.apache.syncope.client.SyncopeClientFactoryBean
 
createServiceInstance(Class<T>, MediaType) - Method in class org.apache.syncope.client.rest.RestClientFactoryBean
Creates an anonymous instance of the given service class, for the given content type.
createServiceInstance(Class<T>, MediaType, String, String) - Method in class org.apache.syncope.client.rest.RestClientFactoryBean
Creates an authenticated instance of the given service class, for the given content type.

D

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

F

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

G

getAddress() - Method in class org.apache.syncope.client.SyncopeClientFactoryBean
 
getContentType() - Method in class org.apache.syncope.client.SyncopeClientFactoryBean
 
getExceptionMapper() - Method in class org.apache.syncope.client.SyncopeClientFactoryBean
 
getJaxbProvider() - Method in class org.apache.syncope.client.SyncopeClientFactoryBean
 
getJsonProvider() - Method in class org.apache.syncope.client.SyncopeClientFactoryBean
 
getLatestEntityTag(T) - Method in class org.apache.syncope.client.SyncopeClient
Fetches ETag header value from latest service run (if available).
getMediaType() - Method in enum org.apache.syncope.client.SyncopeClientFactoryBean.ContentType
 
getOrderByClauseBuilder() - Static method in class org.apache.syncope.client.SyncopeClient
Returns a new instance of OrderByClauseBuilder, for assisted building of orderby clauses.
getRestClientFactoryBean() - Method in class org.apache.syncope.client.SyncopeClientFactoryBean
 
getRoleSearchConditionBuilder() - Static method in class org.apache.syncope.client.SyncopeClient
Returns a new instance of RoleFiqlSearchConditionBuilder, for assisted building of FIQL queries.
getService(Class<T>) - Method in class org.apache.syncope.client.SyncopeClient
Creates an instance of the given service class, with configured content type and authentication.
getUserSearchConditionBuilder() - Static method in class org.apache.syncope.client.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.SyncopeClient
Sets the given header on the give service instance.
header(Class<T>, String, Object...) - Method in class org.apache.syncope.client.SyncopeClient
Creates an instance of the given service class and sets the given header.

I

ifMatch(T, EntityTag) - Method in class org.apache.syncope.client.SyncopeClient
Sets the If-Match header on the given service instance.
ifMatch(Class<T>, EntityTag) - Method in class org.apache.syncope.client.SyncopeClient
Creates an instance of the given service class, with If-Match header set.
ifNoneMatch(T, EntityTag) - Method in class org.apache.syncope.client.SyncopeClient
Sets the If-None-Match header on the given service instance.
ifNoneMatch(Class<T>, EntityTag) - Method in class org.apache.syncope.client.SyncopeClient
Creates an instance of the given service class, with If-None-Match header set.
isActivitiEnabledFor(SubjectType) - Method in class org.apache.syncope.client.SyncopeClient
Checks whether Activiti workflow is enabled for users / roles, by calling WorkflowService's options.
isPwdResetAllowed() - Method in class org.apache.syncope.client.SyncopeClient
Checks whether password reset is allowed by calling UserSelfService's options.
isPwdResetRequiringSecurityQuestions() - Method in class org.apache.syncope.client.SyncopeClient
Checks whether password reset requires security question by calling UserSelfService's options.
isSelfRegAllowed() - Method in class org.apache.syncope.client.SyncopeClient
Checks whether self-registration is allowed by calling UserSelfService's options.

O

org.apache.syncope.client - package org.apache.syncope.client
 
org.apache.syncope.client.rest - package org.apache.syncope.client.rest
 

P

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

R

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

S

setAddress(String) - Method in class org.apache.syncope.client.SyncopeClientFactoryBean
 
setContentType(SyncopeClientFactoryBean.ContentType) - Method in class org.apache.syncope.client.SyncopeClientFactoryBean
 
setContentType(String) - Method in class org.apache.syncope.client.SyncopeClientFactoryBean
 
setExceptionMapper(RestClientExceptionMapper) - Method in class org.apache.syncope.client.SyncopeClientFactoryBean
 
setJaxbProvider(JAXBElementProvider) - Method in class org.apache.syncope.client.SyncopeClientFactoryBean
 
setJsonProvider(JacksonJaxbJsonProvider) - Method in class org.apache.syncope.client.SyncopeClientFactoryBean
 
setRestClientFactoryBean(RestClientFactoryBean) - Method in class org.apache.syncope.client.SyncopeClientFactoryBean
 
SyncopeClient - Class in org.apache.syncope.client
Entry point for client access to all REST services exposed by Syncope core; obtain instances via SyncopeClientFactoryBean.
SyncopeClient(MediaType, RestClientFactoryBean, String, String) - Constructor for class org.apache.syncope.client.SyncopeClient
 
SyncopeClientFactoryBean - Class in org.apache.syncope.client
Factory bean for creating instances of SyncopeClient.
SyncopeClientFactoryBean() - Constructor for class org.apache.syncope.client.SyncopeClientFactoryBean
 
SyncopeClientFactoryBean.ContentType - Enum in org.apache.syncope.client
 

T

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

V

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

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