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 the OIDCAuthenticationResponseContext. Null is returned if the function is not able to locate a value.
Since:
3.2.0