Class AbstractAuthenticationRequestLookupFunctionTest.MockOKLookupFunction
- java.lang.Object
-
- org.geant.idpextension.oidc.profile.context.navigate.AbstractAuthenticationRequestLookupFunction<String>
-
- org.geant.idpextension.oidc.profile.context.navigate.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 Summary
Constructors Constructor Description MockOKLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) StringdoLookup(com.nimbusds.openid.connect.sdk.AuthenticationRequest req)-
Methods inherited from class org.geant.idpextension.oidc.profile.context.navigate.AbstractAuthenticationRequestLookupFunction
apply, getRequestObject
-
-