Uses of Interface
org.apache.syncope.client.lib.AuthenticationHandler
- 
Packages that use AuthenticationHandler Package Description org.apache.syncope.client.lib 
- 
- 
Uses of AuthenticationHandler in org.apache.syncope.client.libClasses in org.apache.syncope.client.lib that implement AuthenticationHandler Modifier and Type Class Description classAnonymousAuthenticationHandlerImplementation providing Basic Authentication capability for the specialanonymoususer.classBasicAuthenticationHandlerImplementation providing Basic Authentication capability.classJWTAuthenticationHandlerImplementation providing JSON Web Token authentication capability.Methods in org.apache.syncope.client.lib with parameters of type AuthenticationHandler Modifier and Type Method Description SyncopeClientSyncopeClientFactoryBean. create(AuthenticationHandler handler)Builds client instance with the given authentication handler.protected voidSyncopeClient. init(AuthenticationHandler authHandler)Initializes the providedrestClientFactorywith the authentication capabilities of the providedhandler.voidSyncopeClient. login(AuthenticationHandler handler)(Re)initializes the current instance with the authentication capabilities of the providedhandler.Constructors in org.apache.syncope.client.lib with parameters of type AuthenticationHandler Constructor Description SyncopeClient(javax.ws.rs.core.MediaType mediaType, org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean restClientFactory, RestClientExceptionMapper exceptionMapper, AuthenticationHandler authHandler, boolean useCompression, org.apache.cxf.transports.http.configuration.HTTPClientPolicy httpClientPolicy, TLSClientParameters tlsClientParameters)
 
-