Class Basic
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.driver.auth.Basic
-
- All Implemented Interfaces:
Function<HttpRequest,HttpRequest>
,UnaryOperator<HttpRequest>
,Auth
,RequestInterceptor
public class Basic extends Object implements Auth
-
-
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpRequest
apply(HttpRequest httpRequest)
-
-
-
Method Detail
-
apply
public HttpRequest apply(HttpRequest httpRequest)
- Specified by:
apply
in interfaceFunction<HttpRequest,HttpRequest>
-
-