Class AbstractAuthenticationRequestLookupFunction<T>

    • Constructor Detail

      • AbstractAuthenticationRequestLookupFunction

        public AbstractAuthenticationRequestLookupFunction()
        Constructor.
    • Method Detail

      • doLookup

        @Nullable
        protected T doLookup​(@Nonnull
                             com.nimbusds.oauth2.sdk.AuthorizationRequest req)
        Implemented to perform the actual lookup.
        Specified by:
        doLookup in class AbstractAuthorizationRequestLookupFunction<T>
        Parameters:
        req - auhtorization request to perform the lookup from.
        Returns:
        lookup value.
      • doLookup

        @Nullable
        protected abstract T doLookup​(@Nonnull
                                      com.nimbusds.openid.connect.sdk.AuthenticationRequest req)
        Implemented to perform the actual lookup from OIDC authentication request.
        Parameters:
        req - authentication request to perform the lookup from.
        Returns:
        lookup value.