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 Details

    • AuthenticationSourceSelection

      public AuthenticationSourceSelection()
      Create a AuthenticationSourceSelection instance.
  • Method Details

    • getAuthenticationSource

      public String getAuthenticationSource()
      Get the name of the alternative authentication source selected.
    • setAuthenticationSource

      public void setAuthenticationSource(String authenticationSource)
      Sets the name of the alternative authentication source selected.