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 Details

    • AuthenticationRequestFromOutboundLookupStrategy

      public AuthenticationRequestFromOutboundLookupStrategy()
  • Method Details

    • apply

      public net.shibboleth.oidc.profile.core.OIDCAuthenticationRequest apply(org.opensaml.profile.context.ProfileRequestContext prc)
      Specified by:
      apply in interface Function<org.opensaml.profile.context.ProfileRequestContext,net.shibboleth.oidc.profile.core.OIDCAuthenticationRequest>