Class ResponseContextAuthorizationCodeLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.ResponseContextAuthorizationCodeLookupFunction
-
- All Implemented Interfaces:
Function<ProfileRequestContext,String>,ContextDataLookupFunction<ProfileRequestContext,String>
public class ResponseContextAuthorizationCodeLookupFunction extends Object implements ContextDataLookupFunction<ProfileRequestContext,String>
A function that returns raw authorization code value from theOIDCAuthenticationResponseContext. Null is returned if the function is not able to locate a value.- Since:
- 3.2.0
-
-
Constructor Summary
Constructors Constructor Description ResponseContextAuthorizationCodeLookupFunction()
-
-
-
Method Detail
-
apply
@Nullable public String apply(@Nullable ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,String>
-
-