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 Summary
Constructors
-
Method Summary
apply(org.opensaml.profile.context.ProfileRequestContext prc)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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>