Class AbstractTokenRequestLookupFunctionTest.MockOKLookupFunction

  • All Implemented Interfaces:
    Function<org.opensaml.profile.context.ProfileRequestContext,​Object>, org.opensaml.messaging.context.navigate.ContextDataLookupFunction<org.opensaml.profile.context.ProfileRequestContext,​Object>
    Enclosing class:
    AbstractTokenRequestLookupFunctionTest

    class AbstractTokenRequestLookupFunctionTest.MockOKLookupFunction
    extends org.geant.idpextension.oidc.profile.context.navigate.AbstractTokenRequestLookupFunction<Object>
    • Constructor Detail

      • MockOKLookupFunction

        MockOKLookupFunction()
    • Method Detail

      • doLookup

        Object doLookup​(com.nimbusds.oauth2.sdk.TokenRequest req)
        Specified by:
        doLookup in class org.geant.idpextension.oidc.profile.context.navigate.AbstractTokenRequestLookupFunction<Object>