java.lang.Object
com.pingidentity.sdk.api.authn.model.state.MultiFactorAuthenticationState<D,U>
- Direct Known Subclasses:
AuthenticationRequired,DeviceSelectionRequired,OtpRequired,PushConfirmationRejected,PushConfirmationTimedOut,PushConfirmationWaiting
public abstract class MultiFactorAuthenticationState<D extends Device,U extends User>
extends Object
A base API state model containing additional details for multi-factor authentication states.
- Since:
- 10.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet all devices associated with the user.getUser()Get the authenticating user.voidsetDevices(List<D> devices) Set all devices associated with the user.voidSet the authenticating user.
-
Constructor Details
-
MultiFactorAuthenticationState
public MultiFactorAuthenticationState()
-
-
Method Details
-
getDevices
Get all devices associated with the user. -
setDevices
Set all devices associated with the user. -
getUser
Get the authenticating user. -
setUser
Set the authenticating user.
-