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.lib
Classes in org.apache.syncope.client.lib that implement AuthenticationHandler Modifier and Type Class Description class
AnonymousAuthenticationHandler
Implementation providing Basic Authentication capability for the specialanonymous
user.class
BasicAuthenticationHandler
Implementation providing Basic Authentication capability.class
JWTAuthenticationHandler
Implementation providing JSON Web Token authentication capability.Methods in org.apache.syncope.client.lib with parameters of type AuthenticationHandler Modifier and Type Method Description SyncopeClient
SyncopeClientFactoryBean. 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 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)
-