Class Resume
- java.lang.Object
-
- com.pingidentity.sdk.api.authn.model.state.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 Summary
Constructors Constructor Description Resume()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetResumeUrl()Get the URL where the user should be redirected.voidsetResumeUrl(String resumeUrl)Set the URL where the user should be redirected.
-