A B C D E F G H I J L M N O P R S T U V X Y 
All Classes All Packages

A

add(BatchRequestItem) - Method in class org.apache.syncope.client.lib.batch.BatchClientFactoryBean
 
AnonymousAuthenticationHandler - Class in org.apache.syncope.client.lib
Implementation providing Basic Authentication capability for the special anonymous user.
AnonymousAuthenticationHandler(String, String) - Constructor for class org.apache.syncope.client.lib.AnonymousAuthenticationHandler
 
AuthenticationHandler - Interface in org.apache.syncope.client.lib

B

BasicAuthenticationHandler - Class in org.apache.syncope.client.lib
Implementation providing Basic Authentication capability.
BasicAuthenticationHandler(String, String) - Constructor for class org.apache.syncope.client.lib.BasicAuthenticationHandler
 
batch() - Method in class org.apache.syncope.client.lib.SyncopeClient
Initiates a new Batch request.
BatchClientFactoryBean - Class in org.apache.syncope.client.lib.batch
 
BatchClientFactoryBean() - Constructor for class org.apache.syncope.client.lib.batch.BatchClientFactoryBean
 
BatchClientProxyImpl - Class in org.apache.syncope.client.lib.batch
 
BatchClientProxyImpl(BatchClientFactoryBean, URI, ClassLoader, ClassResourceInfo, boolean, boolean, Object...) - Constructor for class org.apache.syncope.client.lib.batch.BatchClientProxyImpl
 
BatchClientProxyImpl(BatchClientFactoryBean, ClientState, ClassLoader, ClassResourceInfo, boolean, boolean, Object...) - Constructor for class org.apache.syncope.client.lib.batch.BatchClientProxyImpl
 
BatchOfflineHTTPConduit - Class in org.apache.syncope.client.lib.batch
 
BatchOfflineHTTPConduit(Bus, EndpointInfo) - Constructor for class org.apache.syncope.client.lib.batch.BatchOfflineHTTPConduit
 
BatchOfflineHTTPConduit(Bus, EndpointInfo, EndpointReferenceType) - Constructor for class org.apache.syncope.client.lib.batch.BatchOfflineHTTPConduit
 
BatchRequest - Class in org.apache.syncope.client.lib.batch
Encapsulates the Batch request management via CXF Proxy Client.
BatchRequest(MediaType, String, List<?>, String, TLSClientParameters) - Constructor for class org.apache.syncope.client.lib.batch.BatchRequest
 
BatchResponse - Class in org.apache.syncope.client.lib.batch
Encapsulates the Batch response management via CXF Proxy Client.
BatchResponse(String, String, TLSClientParameters, Response) - Constructor for class org.apache.syncope.client.lib.batch.BatchResponse
 

C

cleanup() - Method in class org.apache.syncope.client.lib.SyncopeClient
 
commit() - Method in class org.apache.syncope.client.lib.batch.BatchRequest
Sends the current request, with items accumulated by invoking methods on proxies obtained via BatchRequest.getService(java.lang.Class), to the Batch service, and awaits for synchronous response.
commit(boolean) - Method in class org.apache.syncope.client.lib.batch.BatchRequest
Sends the current request, with items accumulated by invoking methods on proxies obtained via BatchRequest.getService(java.lang.Class), to the Batch service, and awaits for a synchronous or asynchronous response, depending on the async parameter.
create() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
Builds client instance with no authentication, for user self-registration and password reset.
create(String) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
Builds client instance which will be passing the provided value in the HttpHeaders.AUTHORIZATION request header.
create(String, String) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
Builds client instance with the given credentials.
create(AuthenticationHandler) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
Builds client instance with the given authentication handler.
createClientProxy(ClassResourceInfo, boolean, ClientState, Object[]) - Method in class org.apache.syncope.client.lib.batch.BatchClientFactoryBean
 
createOutputStream(Message, boolean, boolean, int) - Method in class org.apache.syncope.client.lib.batch.BatchOfflineHTTPConduit
 

D

defaultExceptionMapper() - Static method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
defaultJsonProvider() - Static method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
defaultRestClientFactoryBean() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
defaultXmlProvider() - Static method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
defaultYamlProvider() - Static method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
delegatedBy(String) - Method in class org.apache.syncope.client.lib.SyncopeClient
Requests to invoke services as delegating user.

E

exceptionMapper - Variable in class org.apache.syncope.client.lib.SyncopeClient
 

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.SyncopeClient
Gives the base address for REST calls.
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.
getBatchRequestItems() - Method in class org.apache.syncope.client.lib.batch.BatchClientFactoryBean
 
getBoundary() - Method in class org.apache.syncope.client.lib.batch.BatchResponse
 
getClient(Message) - Method in class org.apache.syncope.client.lib.batch.BatchOfflineHTTPConduit
 
getConduitSelector(Endpoint) - Method in class org.apache.syncope.client.lib.batch.BatchClientFactoryBean
 
getConnObjectTOFiqlSearchConditionBuilder() - Static method in class org.apache.syncope.client.lib.SyncopeClient
Returns a new instance of ConnObjectTOFiqlSearchConditionBuilder, 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.SyncopeClient
Returns the domain configured for this instance, or SyncopeConstants.MASTER_DOMAIN if not set.
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.
getItems() - Method in class org.apache.syncope.client.lib.batch.BatchRequest
 
getItems() - Method in class org.apache.syncope.client.lib.batch.BatchResponse
Parses the latest Response received into a list of BatchResponseItems.
getItems(Response) - Static method in class org.apache.syncope.client.lib.batch.BatchResponse
Parses the given Response into a list of BatchResponseItems.
getJsonProvider() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
getJwt() - Method in class org.apache.syncope.client.lib.JWTAuthenticationHandler
 
getJWT() - Method in class org.apache.syncope.client.lib.SyncopeClient
Returns the JWT in used by this instance, passed with the HttpHeaders.AUTHORIZATION header in all requests.
getLatestEntityTag(T) - Static 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
 
getMonitor() - Method in class org.apache.syncope.client.lib.batch.BatchResponse
 
getOrderByClauseBuilder() - Static method in class org.apache.syncope.client.lib.SyncopeClient
Returns a new instance of OrderByClauseBuilder, for assisted building of orderby clauses.
getOutputStream() - Method in class org.apache.syncope.client.lib.batch.BatchOfflineHTTPConduit
 
getPassword() - Method in class org.apache.syncope.client.lib.BasicAuthenticationHandler
 
getResponse() - Method in class org.apache.syncope.client.lib.batch.BatchResponse
Gives the last Response received from the Batch service.
getRestClientFactoryBean() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
getService(Class<T>) - Method in class org.apache.syncope.client.lib.batch.BatchRequest
 
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.
getTlsClientParameters() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
getUsername() - Method in class org.apache.syncope.client.lib.BasicAuthenticationHandler
 
getUserSearchConditionBuilder() - Static method in class org.apache.syncope.client.lib.SyncopeClient
Returns a new instance of UserFiqlSearchConditionBuilder, for assisted building of FIQL queries.
getXmlProvider() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
getYamlProvider() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
gitAndBuildInfo() - Method in class org.apache.syncope.client.lib.SyncopeClient
 

H

handleResponse(Message, Class<?>) - Method in class org.apache.syncope.client.lib.batch.BatchClientProxyImpl
 
header(T, String, Object...) - Static method in class org.apache.syncope.client.lib.SyncopeClient
Sets the given header on the give service instance.
HEADER_SPLIT_PROPERTY - Static variable in class org.apache.syncope.client.lib.SyncopeClient
 

I

ifMatch(T, EntityTag) - Static method in class org.apache.syncope.client.lib.SyncopeClient
Sets the If-Match header on the given service instance.
ifNoneMatch(T, EntityTag) - Static method in class org.apache.syncope.client.lib.SyncopeClient
Sets the If-None-Match header on the given service instance.
info() - Method in class org.apache.syncope.client.lib.SyncopeClient
 
init(AuthenticationHandler) - Method in class org.apache.syncope.client.lib.SyncopeClient
Initializes the provided restClientFactory with the authentication capabilities of the provided handler.
isUseCompression() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 

J

JSON - org.apache.syncope.client.lib.SyncopeClientFactoryBean.ContentType
 
JWTAuthenticationHandler - Class in org.apache.syncope.client.lib
Implementation providing JSON Web Token authentication capability.
JWTAuthenticationHandler(String) - Constructor for class org.apache.syncope.client.lib.JWTAuthenticationHandler
 

L

LOG - Static variable in class org.apache.syncope.client.lib.SyncopeClient
 
login(AuthenticationHandler) - Method in class org.apache.syncope.client.lib.SyncopeClient
(Re)initializes the current instance with the authentication capabilities of the provided handler.
logout() - Method in class org.apache.syncope.client.lib.SyncopeClient
Invalidates the JWT currently in use.

M

MAPPER - Static variable in class org.apache.syncope.client.lib.SyncopeClient
 
match(T, EntityTag, boolean) - Static method in class org.apache.syncope.client.lib.SyncopeClient
Sets the If-Match or If-None-Match header on the given service instance.
mediaType - Variable in class org.apache.syncope.client.lib.SyncopeClient
 

N

NoAuthenticationHandler - Class in org.apache.syncope.client.lib
Empty implementation not providing any real authentication capability.
NoAuthenticationHandler() - Constructor for class org.apache.syncope.client.lib.NoAuthenticationHandler
 
nullPriorityAsync(T, boolean) - Static method in class org.apache.syncope.client.lib.SyncopeClient
Asks for asynchronous propagation towards external resources with null priority.
numbers() - Method in class org.apache.syncope.client.lib.SyncopeClient
 

O

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

P

platform() - Method in class org.apache.syncope.client.lib.SyncopeClient
 
poll() - Method in class org.apache.syncope.client.lib.batch.BatchResponse
If asynchronous processing was requested, queries the monitor URI.
poll(URI, String, String, TLSClientParameters) - Static method in class org.apache.syncope.client.lib.batch.BatchResponse
If asynchronous processing was requested, queries the monitor URI.
prefer(T, Preference) - Static method in class org.apache.syncope.client.lib.SyncopeClient
Sets the Prefer header on the give service instance.
preProcessResult(Message) - Method in class org.apache.syncope.client.lib.batch.BatchClientProxyImpl
 

R

refresh() - Method in class org.apache.syncope.client.lib.SyncopeClient
Attempts to extend the lifespan of the JWT currently in use.
RestClientExceptionMapper - Class in org.apache.syncope.client.lib
 
RestClientExceptionMapper() - Constructor for class org.apache.syncope.client.lib.RestClientExceptionMapper
 
restClientFactory - Variable in class org.apache.syncope.client.lib.SyncopeClient
 

S

self() - Method in class org.apache.syncope.client.lib.SyncopeClient
 
setAddress(String) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
setContentType(String) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
setContentType(SyncopeClientFactoryBean.ContentType) - 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
 
setJsonProvider(JacksonJsonProvider) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
setRestClientFactoryBean(JAXRSClientFactoryBean) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
setTlsClientParameters(TLSClientParameters) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
Sets the client TLS configuration.
setupConnection(Message, Address, HTTPClientPolicy) - Method in class org.apache.syncope.client.lib.batch.BatchOfflineHTTPConduit
 
setUseCompression(boolean) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
Sets the given service instance for transparent gzip Content-Encoding handling.
setXmlProvider(JacksonXMLProvider) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
setYamlProvider(JacksonYAMLProvider) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
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, JAXRSClientFactoryBean, RestClientExceptionMapper, AuthenticationHandler, boolean, TLSClientParameters) - 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
 
system() - Method in class org.apache.syncope.client.lib.SyncopeClient
 

T

tlsClientParameters - Variable in class org.apache.syncope.client.lib.SyncopeClient
 

U

useCompression - Variable in class org.apache.syncope.client.lib.SyncopeClient
 

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.

X

XML - org.apache.syncope.client.lib.SyncopeClientFactoryBean.ContentType
 

Y

YAML - org.apache.syncope.client.lib.SyncopeClientFactoryBean.ContentType
 
A B C D E F G H I J L M N O P R S T U V X Y 
All Classes All Packages