public static interface CallHeaderAuthenticator.AuthResult
CallHeaderAuthenticator
analysis of headers.
This includes the identity of the incoming user and any outbound headers to send as a response to the client.Modifier and Type | Method and Description |
---|---|
default void |
appendToOutgoingHeaders(CallHeaders outgoingHeaders)
Appends a header to the outgoing call headers.
|
String |
getPeerIdentity()
The peer identity that was determined by the handshake process based on the
authentication credentials supplied by the client.
|
String getPeerIdentity()
default void appendToOutgoingHeaders(CallHeaders outgoingHeaders)
outgoingHeaders
- The outgoing headers.Copyright © 2023 The Apache Software Foundation. All rights reserved.