public class BasicCallHeaderAuthenticator extends Object implements CallHeaderAuthenticator
Modifier and Type | Class and Description |
---|---|
static interface |
BasicCallHeaderAuthenticator.CredentialValidator
Interface that this handler delegates to for validating the incoming headers.
|
CallHeaderAuthenticator.AuthResult
NO_OP
Constructor and Description |
---|
BasicCallHeaderAuthenticator(BasicCallHeaderAuthenticator.CredentialValidator authValidator) |
Modifier and Type | Method and Description |
---|---|
CallHeaderAuthenticator.AuthResult |
authenticate(CallHeaders incomingHeaders)
Validate the auth headers sent by the client.
|
public BasicCallHeaderAuthenticator(BasicCallHeaderAuthenticator.CredentialValidator authValidator)
public CallHeaderAuthenticator.AuthResult authenticate(CallHeaders incomingHeaders)
CallHeaderAuthenticator
authenticate
in interface CallHeaderAuthenticator
incomingHeaders
- The incoming headers to authenticate.Copyright © 2023 The Apache Software Foundation. All rights reserved.