Class OAuth2IntrospectionRequestDecoder

    • Field Detail

      • log

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

      • OAuth2IntrospectionRequestDecoder

        public OAuth2IntrospectionRequestDecoder()
    • Method Detail

      • getMessageToLog

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