Class DefaultRequestedScopeLookupFunction

    • Field Detail

      • log

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

      • DefaultRequestedScopeLookupFunction

        public DefaultRequestedScopeLookupFunction()
    • Method Detail

      • doLookup

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