Class DefaultRequestRedirectURILookupFunction

    • Field Detail

      • log

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

      • DefaultRequestRedirectURILookupFunction

        public DefaultRequestRedirectURILookupFunction()
    • Method Detail

      • doLookup

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