Class StepUp.ConsentRequired

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    StepUp

    public class StepUp.ConsentRequired
    extends java.util.EventObject
    Event containing the URL for step-up authentication using password and SMS challenge (OTP). Password and SMS challenge are used as a fallback mechanism for the Mobile ID authentication. For example, if the Mobile ID of the user is not activated. The user must be redirected to this URL for consent of will.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URI getUrl()
      The consent URL where the user must be redirected to acknowledge the declaration of will.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getUrl

        public java.net.URI getUrl()
        The consent URL where the user must be redirected to acknowledge the declaration of will.