Class JSONSecurityNegotiationAccessLogMessage

    • Constructor Detail

      • JSONSecurityNegotiationAccessLogMessage

        public JSONSecurityNegotiationAccessLogMessage​(@NotNull
                                                       JSONObject jsonObject)
                                                throws LogException
        Creates a new JSON security negotiation access log message from the provided JSON object.
        Parameters:
        jsonObject - The JSON object that contains an encoded representation of this log message. It must not be null.
        Throws:
        LogException - If the provided JSON object cannot be parsed as a valid log message.