Skip navigation links
A B C D F G H I J L N O P R S V 

A

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
 

C

cleanup() - Method in class org.apache.syncope.client.lib.SyncopeClient
 
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, String) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
Builds client instance with the given credentials.
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(AuthenticationHandler) - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
Builds client instance with the given authentication handler.

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.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.
getJaxbProvider() - Method in class org.apache.syncope.client.lib.SyncopeClientFactoryBean
 
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) - 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.
getPassword() - Method in class org.apache.syncope.client.lib.BasicAuthenticationHandler
 
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.
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.

H

header(T, String, Object...) - Method in class org.apache.syncope.client.lib.SyncopeClient
Sets the given header on the give service instance.

I

ifMatch(T, EntityTag) - Method in class org.apache.syncope.client.lib.SyncopeClient
Sets the If-Match header on the given service instance.
ifNoneMatch(T, EntityTag) - Method in class org.apache.syncope.client.lib.SyncopeClient
Sets the If-None-Match header on the given service instance.
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

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

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.

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) - 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.

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
 

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(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.
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, 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
 

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.
A B C D F G H I J L N O P R S V 
Skip navigation links

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