Class Resume
java.lang.Object
com.pingidentity.sdk.api.authn.model.state.Resume
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 -
Method Summary
Modifier and TypeMethodDescriptionGet the URL where the user should be redirected.voidsetResumeUrl(String resumeUrl) Set the URL where the user should be redirected.
-
Constructor Details
-
Resume
public Resume()
-
-
Method Details
-
getResumeUrl
Get the URL where the user should be redirected. -
setResumeUrl
Set the URL where the user should be redirected.
-