Uses of Class
com.pingidentity.sdk.api.authn.model.state.AlternativeAuthenticationSource
Packages that use AlternativeAuthenticationSource
Package
Description
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 AlternativeAuthenticationSourceModifier and TypeMethodDescriptionRegistrationRequired.getAlternativeAuthenticationSources()UsernamePasswordRequired.getAlternativeAuthenticationSources()Get the list of alternative authentication sources.Method parameters in com.pingidentity.sdk.api.authn.model.state with type arguments of type AlternativeAuthenticationSourceModifier and TypeMethodDescriptionvoidRegistrationRequired.setAlternativeAuthenticationSources(List<AlternativeAuthenticationSource> alternativeAuthenticationSources) voidUsernamePasswordRequired.setAlternativeAuthenticationSources(List<AlternativeAuthenticationSource> alternativeAuthenticationSources) Set the list of alternative authentication sources.