Class DefaultRequestCodeChallengeLookupFunction

    • Field Detail

      • log

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

      • DefaultRequestCodeChallengeLookupFunction

        public DefaultRequestCodeChallengeLookupFunction()
    • Method Detail

      • doLookup

        @Nullable
        protected String doLookup​(@Nonnull
                                  com.nimbusds.openid.connect.sdk.AuthenticationRequest req)
        Implemented to perform the actual lookup.
        Specified by:
        doLookup in class AbstractAuthenticationRequestLookupFunction<String>
        Parameters:
        req - authentication request to perform the lookup from.
        Returns:
        lookup value.