Class AbstractAuthenticationRequestLookupFunctionTest.MockOKLookupFunction

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

    class AbstractAuthenticationRequestLookupFunctionTest.MockOKLookupFunction
    extends org.geant.idpextension.oidc.profile.context.navigate.AbstractAuthenticationRequestLookupFunction<String>
    • Constructor Detail

      • MockOKLookupFunction

        MockOKLookupFunction()
    • Method Detail

      • doLookup

        String doLookup​(com.nimbusds.openid.connect.sdk.AuthenticationRequest req)
        Specified by:
        doLookup in class org.geant.idpextension.oidc.profile.context.navigate.AbstractAuthenticationRequestLookupFunction<String>