Class Basic
java.lang.Object
org.apache.tinkerpop.gremlin.driver.auth.Basic
- All Implemented Interfaces:
Auth,RequestInterceptor
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.driver.auth.Auth
Auth.AuthenticationException -
Field Summary
Fields inherited from interface org.apache.tinkerpop.gremlin.driver.auth.Auth
AUTH_BASIC, AUTH_SIGV4 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintercept(HttpRequest httpRequest) Intercept and mutate the HTTP request before it is sent.
-
Constructor Details
-
Basic
-
-
Method Details
-
intercept
Description copied from interface:RequestInterceptorIntercept and mutate the HTTP request before it is sent.- Specified by:
interceptin interfaceRequestInterceptor- Parameters:
httpRequest- the mutable HTTP request
-