Class AuthenticationRequestFromOutboundLookupStrategy
java.lang.Object
net.shibboleth.sp.oidc.profile.context.navigate.AuthenticationRequestFromOutboundLookupStrategy
- All Implemented Interfaces:
Function<org.opensaml.profile.context.ProfileRequestContext,net.shibboleth.oidc.profile.core.OIDCAuthenticationRequest>
public class AuthenticationRequestFromOutboundLookupStrategy
extends Object
implements Function<org.opensaml.profile.context.ProfileRequestContext,net.shibboleth.oidc.profile.core.OIDCAuthenticationRequest>
Lookup strategy that returns the
OIDCAuthenticationRequest from the outbound message context.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.shibboleth.oidc.profile.core.OIDCAuthenticationRequestapply(org.opensaml.profile.context.ProfileRequestContext prc)
-
Constructor Details
-
AuthenticationRequestFromOutboundLookupStrategy
public AuthenticationRequestFromOutboundLookupStrategy()
-
-
Method Details