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.AuthResultNO_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)
CallHeaderAuthenticatorauthenticate in interface CallHeaderAuthenticatorincomingHeaders - The incoming headers to authenticate.Copyright © 2024 The Apache Software Foundation. All rights reserved.