Class PlainMechanismHandler

    • Field Detail

      • debug

        public static Debug debug
    • Constructor Detail

      • PlainMechanismHandler

        public PlainMechanismHandler()
    • Method Detail

      • processSASLRequest

        public SASLResponse processSASLRequest​(SASLRequest saslReq,
                                               Message message,
                                               String respMessageID)
        Generates a SASL response according to the SASL request.
        Specified by:
        processSASLRequest in interface MechanismHandler
        Parameters:
        saslReq - a SASL request
        message - a SOAP Message containing the SASL request
        respMessageID - messageID of SOAP Message response that will contain returned SASL response
        Returns:
        a SASL response