Class AuthenticationSourceSelection
java.lang.Object
com.pingidentity.sdk.api.authn.model.action.AuthenticationSourceSelection
The API action model for actions where the user selects an alternative authentication source.
- Since:
- 9.3
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a AuthenticationSourceSelection instance. -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the alternative authentication source selected.voidsetAuthenticationSource(String authenticationSource) Sets the name of the alternative authentication source selected.
-
Constructor Details
-
AuthenticationSourceSelection
public AuthenticationSourceSelection()Create a AuthenticationSourceSelection instance.
-
-
Method Details
-
getAuthenticationSource
Get the name of the alternative authentication source selected. -
setAuthenticationSource
Sets the name of the alternative authentication source selected.
-