Class OIDCAuthenticationResponseContextLookupFunction
- java.lang.Object
-
- org.geant.idpextension.oidc.profile.context.navigate.OIDCAuthenticationResponseContextLookupFunction
-
- All Implemented Interfaces:
Function<org.opensaml.profile.context.ProfileRequestContext,OIDCAuthenticationResponseContext>,org.opensaml.messaging.context.navigate.ContextDataLookupFunction<org.opensaml.profile.context.ProfileRequestContext,OIDCAuthenticationResponseContext>
public class OIDCAuthenticationResponseContextLookupFunction extends Object implements org.opensaml.messaging.context.navigate.ContextDataLookupFunction<org.opensaml.profile.context.ProfileRequestContext,OIDCAuthenticationResponseContext>
AContextDataLookupFunctionthat returns the outboundOIDCAuthenticationResponseContextfor aProfileRequestContext.
-
-
Constructor Summary
Constructors Constructor Description OIDCAuthenticationResponseContextLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OIDCAuthenticationResponseContextapply(org.opensaml.profile.context.ProfileRequestContext input)
-
-
-
Method Detail
-
apply
@Nullable public OIDCAuthenticationResponseContext apply(@Nullable org.opensaml.profile.context.ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<org.opensaml.profile.context.ProfileRequestContext,OIDCAuthenticationResponseContext>
-
-