Class ExternalAuthenticationRequired
- java.lang.Object
-
- com.pingidentity.sdk.api.authn.model.state.ExternalAuthenticationRequired
-
public class ExternalAuthenticationRequired extends Object
An API state model containing additional details for states in which a external authentication is required.- Since:
- 10.2
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExternalAuthenticationRequired.PresentationModePresentation modes for external authentication.
-
Constructor Summary
Constructors Constructor Description ExternalAuthenticationRequired()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthenticationUrl()Get the external authentication url.ExternalAuthenticationRequired.PresentationModegetPresentationMode()Get the presentation mode.voidsetAuthenticationUrl(String authenticationUrl)Set the external authentication url.voidsetPresentationMode(ExternalAuthenticationRequired.PresentationMode presentationMode)Set the presentation mode.
-
-
-
Method Detail
-
getAuthenticationUrl
public String getAuthenticationUrl()
Get the external authentication url.
-
setAuthenticationUrl
public void setAuthenticationUrl(String authenticationUrl)
Set the external authentication url.
-
getPresentationMode
public ExternalAuthenticationRequired.PresentationMode getPresentationMode()
Get the presentation mode.
-
setPresentationMode
public void setPresentationMode(ExternalAuthenticationRequired.PresentationMode presentationMode)
Set the presentation mode.
-
-