Class OIDCAuthenticationRequestDecoder

    • Field Detail

      • log

        @Nonnull
        private final org.slf4j.Logger log
        Class logger.
    • Constructor Detail

      • OIDCAuthenticationRequestDecoder

        public OIDCAuthenticationRequestDecoder()
    • Method Detail

      • parseMessage

        protected com.nimbusds.openid.connect.sdk.AuthenticationRequest parseMessage()
                                                                              throws MessageDecodingException
        Parses the message into the exact type of the request message.
        Specified by:
        parseMessage in class BaseOAuth2RequestDecoder<com.nimbusds.openid.connect.sdk.AuthenticationRequest>
        Returns:
        The request message
        Throws:
        MessageDecodingException - if there is a problem decoding the message context
      • getMessageToLog

        protected String getMessageToLog​(@Nullable
                                         com.nimbusds.openid.connect.sdk.AuthenticationRequest message)
        Get the string representation of what will be logged as the protocol message.
        Specified by:
        getMessageToLog in class BaseOAuth2RequestDecoder<com.nimbusds.openid.connect.sdk.AuthenticationRequest>
        Parameters:
        message - the request message
        Returns:
        the string representing the protocol message for logging purposes