Class Resume


  • public class Resume
    extends Object
    An API state model containing additional details for the RESUME state, where the API client is supposed to redirect to PingFederate to continue processing.
    Since:
    9.3
    • Constructor Detail

      • Resume

        public Resume()
    • Method Detail

      • getResumeUrl

        public String getResumeUrl()
        Get the URL where the user should be redirected.
      • setResumeUrl

        public void setResumeUrl​(String resumeUrl)
        Set the URL where the user should be redirected.