Class AlternativeAuthenticationSource

java.lang.Object
com.pingidentity.sdk.api.authn.model.state.AlternativeAuthenticationSource

public class AlternativeAuthenticationSource extends Object
An API state model containing details for an alternative authentication source.
Since:
9.3
  • Constructor Details

    • AlternativeAuthenticationSource

      public AlternativeAuthenticationSource()
      Create an AlternativeAuthenticationSource instance.
    • AlternativeAuthenticationSource

      public AlternativeAuthenticationSource(String name)
  • Method Details

    • getName

      public String getName()
      Get the name of the alternative authentication source.
    • setName

      public void setName(String name)
      Set the name of the alternative authentication source.