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 TypeClassDescriptionclassImplementation providing Basic Authentication capability for the specialanonymoususer.classImplementation providing Basic Authentication capability.classImplementation 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 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 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)