Class InlineEnrolmentContext

java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.idp.plugin.authn.webauthn.context.InlineEnrolmentContext
All Implemented Interfaces:
Iterable<BaseContext>

public class InlineEnrolmentContext extends BaseContext
A context that holds information about a resumable SSO flow.
  • Field Details

    • ssoUrl

      @Nullable private URL ssoUrl
      The URL to redirect the user to once the flow has ended.
  • Constructor Details

    • InlineEnrolmentContext

      public InlineEnrolmentContext()
  • Method Details

    • setSsoUrl

      public InlineEnrolmentContext setSsoUrl(@Nullable URL url)
      Set the URL to redirect the user to after the flow has ended.
      Parameters:
      url - The sso Url to set.
      Returns:
      this context
    • getSsoUrl

      @Nullable public URL getSsoUrl()
      Get the URL to redirect the user to after the flow has ended.
      Returns:
      the sso Url.