public class AuthorizationHeaderInterceptor extends Object implements HeaderMutatingClientInterceptor
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuthorizationHeaderInterceptor.TokenSupplier |
| Modifier and Type | Method and Description |
|---|---|
void |
mutate(io.grpc.Metadata headers) |
static AuthorizationHeaderInterceptor |
of(AuthorizationHeaderInterceptor.TokenSupplier supplier) |
static AuthorizationHeaderInterceptor |
of(TokenProcessor tokenProcessor) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitinterceptCallpublic static AuthorizationHeaderInterceptor of(TokenProcessor tokenProcessor)
public static AuthorizationHeaderInterceptor of(AuthorizationHeaderInterceptor.TokenSupplier supplier)
public void mutate(io.grpc.Metadata headers)
mutate in interface HeaderMutatingClientInterceptorCopyright © 2025. All rights reserved.