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 Summary
Constructors Constructor Description AlternativeAuthenticationSource()Create an AlternativeAuthenticationSource instance.AlternativeAuthenticationSource(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get the name of the alternative authentication source.voidsetName(String name)Set the name of the alternative authentication source.
-
-
-
Constructor Detail
-
AlternativeAuthenticationSource
public AlternativeAuthenticationSource()
Create an AlternativeAuthenticationSource instance.
-
AlternativeAuthenticationSource
public AlternativeAuthenticationSource(String name)
-
-