Uses of Interface
org.eclipse.rdf4j.http.client.spi.AuthenticationHandler
Packages that use AuthenticationHandler
-
Uses of AuthenticationHandler in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client that return AuthenticationHandlerModifier and TypeMethodDescriptionSPARQLProtocolSession.getAuthenticationHandler()Returns the currentAuthenticationHandler, ornullif none has been set.Methods in org.eclipse.rdf4j.http.client with parameters of type AuthenticationHandlerModifier and TypeMethodDescriptionvoidSPARQLProtocolSession.setAuthenticationHandler(AuthenticationHandler handler) Sets anAuthenticationHandlerthat will be applied to every outgoing request. -
Uses of AuthenticationHandler in org.eclipse.rdf4j.http.client.spi
Classes in org.eclipse.rdf4j.http.client.spi that implement AuthenticationHandlerModifier and TypeClassDescriptionclassAuthenticationHandlerthat adds HTTP Basic authentication credentials to every request.classAuthenticationHandlerthat adds an HTTP Bearer token to every request.