Class AbstractAuthenticationRequestLookupFunction<T>

    • Field Detail

      • requestObject

        @Nullable
        private com.nimbusds.jwt.JWT requestObject
        Request.
    • Constructor Detail

      • AbstractAuthenticationRequestLookupFunction

        public AbstractAuthenticationRequestLookupFunction()
    • Method Detail

      • doLookup

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

        @Nullable
        public com.nimbusds.jwt.JWT getRequestObject()
        Gets the request object.
        Returns:
        the request object.