Uses of Interface
org.apache.syncope.client.lib.AuthenticationHandler
Packages that use AuthenticationHandler
-
Uses of AuthenticationHandler in org.apache.syncope.client.lib
Classes in org.apache.syncope.client.lib that implement AuthenticationHandlerModifier 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.Methods in org.apache.syncope.client.lib with parameters of type AuthenticationHandlerModifier 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
.Constructors in org.apache.syncope.client.lib with parameters of type AuthenticationHandlerModifierConstructorDescriptionSyncopeClient
(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)