Class AbstractAuthenticationRequestLookupFunctionTest.MockOKLookupFunction

java.lang.Object
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractAuthorizationRequestLookupFunction<T>
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractAuthenticationRequestLookupFunction<String>
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractAuthenticationRequestLookupFunctionTest.MockOKLookupFunction
All Implemented Interfaces:
Function<ProfileRequestContext,String>, ContextDataLookupFunction<ProfileRequestContext,String>
Enclosing class:
AbstractAuthenticationRequestLookupFunctionTest

class AbstractAuthenticationRequestLookupFunctionTest.MockOKLookupFunction extends net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractAuthenticationRequestLookupFunction<String>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
    doLookup(com.nimbusds.openid.connect.sdk.AuthenticationRequest req)
     

    Methods inherited from class net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractAuthenticationRequestLookupFunction

    doLookup

    Methods inherited from class net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractAuthorizationRequestLookupFunction

    apply, getRequestObject

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose
  • Constructor Details

    • MockOKLookupFunction

      MockOKLookupFunction()
  • Method Details

    • doLookup

      protected String doLookup(com.nimbusds.openid.connect.sdk.AuthenticationRequest req)
      Specified by:
      doLookup in class net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractAuthenticationRequestLookupFunction<String>