Class AbstractTokenClaimsLookupFunctionTest.MockSubLookupFunction

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

    class AbstractTokenClaimsLookupFunctionTest.MockSubLookupFunction
    extends org.geant.idpextension.oidc.profile.context.navigate.AbstractTokenClaimsLookupFunction<Object>
    • Constructor Detail

      • MockSubLookupFunction

        MockSubLookupFunction()
    • Method Detail

      • doLookup

        Object doLookup​(org.geant.idpextension.oidc.token.support.TokenClaimsSet tokenClaims)
        Specified by:
        doLookup in class org.geant.idpextension.oidc.profile.context.navigate.AbstractTokenClaimsLookupFunction<Object>