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