@Deprecated public interface MechanismHandler
MechanismHandler
interface needs to be implemented
for different SASL mechanisms to authenticate. Each SASL mechanism
will correspond to one handler implementation which processes incoming
SASL request and generates SASL response.Modifier and Type | Method and Description |
---|---|
SASLResponse |
processSASLRequest(SASLRequest saslReq,
Message message,
String respMessageID)
Deprecated.
Generates a SASL response according to the SASL request.
|
SASLResponse processSASLRequest(SASLRequest saslReq, Message message, String respMessageID)
saslReq
- a SASL requestmessage
- a SOAP Message containing the SASL requestrespMessageID
- messageID of SOAP Message response that will
contain returned SASL responseCopyright © 2010-2018, ForgeRock All Rights Reserved.