@Deprecated public class SmtpPlainHelper extends AuthenticatorHelper
| Constructor and Description |
|---|
SmtpPlainHelper()
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
formatResponse(ChallengeWriter cw,
ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders)
Deprecated.
Formats a challenge response as raw credentials.
|
formatRequest, getChallengeScheme, getLogger, isClientSide, isServerSide, parseRequest, parseResponse, setChallengeScheme, setClientSide, setServerSide, updateReferencepublic void formatResponse(ChallengeWriter cw, ChallengeResponse challenge, Request request, Series<Header> httpHeaders)
AuthenticatorHelperformatResponse in class AuthenticatorHelpercw - The header writer to update.challenge - The challenge response to format.request - The parent request.httpHeaders - The current request HTTP headers.Copyright © 2005–2025. All rights reserved.