Uses of Class
com.pingidentity.sdk.api.authn.model.state.AlternativeAuthenticationSource
-
Packages that use AlternativeAuthenticationSource Package Description com.pingidentity.sdk.api.authn.model.state Contains the models for various shared Authentication API states. -
-
Uses of AlternativeAuthenticationSource in com.pingidentity.sdk.api.authn.model.state
Methods in com.pingidentity.sdk.api.authn.model.state that return types with arguments of type AlternativeAuthenticationSource Modifier and Type Method Description List<AlternativeAuthenticationSource>RegistrationRequired. getAlternativeAuthenticationSources()List<AlternativeAuthenticationSource>UsernamePasswordRequired. getAlternativeAuthenticationSources()Get the list of alternative authentication sources.Method parameters in com.pingidentity.sdk.api.authn.model.state with type arguments of type AlternativeAuthenticationSource Modifier and Type Method Description voidRegistrationRequired. setAlternativeAuthenticationSources(List<AlternativeAuthenticationSource> alternativeAuthenticationSources)voidUsernamePasswordRequired. setAlternativeAuthenticationSources(List<AlternativeAuthenticationSource> alternativeAuthenticationSources)Set the list of alternative authentication sources.
-