Uses of Interface
org.apache.syncope.client.lib.AuthenticationHandler
-
Uses of AuthenticationHandler in org.apache.syncope.client.lib
Modifier and TypeClassDescriptionclass
Implementation providing Basic Authentication capability for the specialanonymous
user.class
Implementation providing Basic Authentication capability.class
Implementation providing JSON Web Token authentication capability.Modifier and TypeMethodDescriptionSyncopeClientFactoryBean.create
(AuthenticationHandler handler) Builds client instance with the given authentication handler.protected void
SyncopeClient.init
(AuthenticationHandler authHandler) Initializes the providedrestClientFactory
with the authentication capabilities of the providedhandler
.void
SyncopeClient.login
(AuthenticationHandler handler) (Re)initializes the current instance with the authentication capabilities of the providedhandler
.ModifierConstructorDescriptionSyncopeClient
(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)