Class ExternalAuthenticationRequired
java.lang.Object
com.pingidentity.sdk.api.authn.model.state.ExternalAuthenticationRequired
An API state model containing additional details for states in which a external authentication is required.
- Since:
- 10.2
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumPresentation modes for external authentication. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the external authentication url.Get the presentation mode.voidsetAuthenticationUrl(String authenticationUrl) Set the external authentication url.voidsetPresentationMode(ExternalAuthenticationRequired.PresentationMode presentationMode) Set the presentation mode.
-
Constructor Details
-
ExternalAuthenticationRequired
public ExternalAuthenticationRequired()
-
-
Method Details
-
getAuthenticationUrl
Get the external authentication url. -
setAuthenticationUrl
Set the external authentication url. -
getPresentationMode
Get the presentation mode. -
setPresentationMode
Set the presentation mode.
-