Class Sigv4
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.driver.auth.Sigv4
-
- All Implemented Interfaces:
Function<HttpRequest,HttpRequest>
,UnaryOperator<HttpRequest>
,Auth
,RequestInterceptor
public class Sigv4 extends Object implements Auth
ARequestInterceptor
that provides headers required for SigV4. Because the signing process requires final header and body data, this interceptor should almost always be last.
-
-
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>
-
-