Class AuthenticationSourceSelection
- java.lang.Object
-
- com.pingidentity.sdk.api.authn.model.action.AuthenticationSourceSelection
-
public class AuthenticationSourceSelection extends Object
The API action model for actions where the user selects an alternative authentication source.- Since:
- 9.3
-
-
Constructor Summary
Constructors Constructor Description AuthenticationSourceSelection()Create a AuthenticationSourceSelection instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthenticationSource()Get the name of the alternative authentication source selected.voidsetAuthenticationSource(String authenticationSource)Sets the name of the alternative authentication source selected.
-