Class StateFromResponseLookupFunction

java.lang.Object
net.shibboleth.sp.oidc.messaging.context.navigate.StateFromResponseLookupFunction
All Implemented Interfaces:
Function<org.opensaml.profile.context.ProfileRequestContext,String>

public class StateFromResponseLookupFunction extends Object implements Function<org.opensaml.profile.context.ProfileRequestContext,String>
Lookup strategy that extracts the OAuthn 2.0 authentication response 'state' parameter.
  • Constructor Details

    • StateFromResponseLookupFunction

      public StateFromResponseLookupFunction()
  • Method Details

    • apply

      @Nullable public String apply(@Nullable org.opensaml.profile.context.ProfileRequestContext prc)
      Specified by:
      apply in interface Function<org.opensaml.profile.context.ProfileRequestContext,String>