Uses of Class
com.pingidentity.sdk.api.authn.model.Device
Packages that use Device
Package
Description
Contains "spec" classes for states, actions, and errors that are shared across multiple API-capable plugins.
Contains the models for various shared Authentication API states.
-
Uses of Device in com.pingidentity.sdk.api.authn.common
Fields in com.pingidentity.sdk.api.authn.common with type parameters of type DeviceModifier and TypeFieldDescriptionstatic final AuthnStateSpec<AuthenticationRequired<Device,User>> CommonStateSpec.AUTHENTICATION_REQUIREDA state where user must start the multi-factor authentication.static final AuthnStateSpec<DeviceSelectionRequired<Device,User>> CommonStateSpec.DEVICE_SELECTION_REQUIREDA state where the user must select a device to proceed.static final AuthnStateSpec<OtpRequired<Device,User>> CommonStateSpec.OTP_REQUIREDA state where the user must enter an OTP to proceed.static final AuthnStateSpec<PushConfirmationRejected<Device,User>> CommonStateSpec.PUSH_CONFIRMATION_REJECTEDA state where the push confirmation was rejected.static final AuthnStateSpec<PushConfirmationTimedOut<Device,User>> CommonStateSpec.PUSH_CONFIRMATION_TIMED_OUTA state where the push confirmation is timed out.static final AuthnStateSpec<PushConfirmationWaiting<Device,User>> CommonStateSpec.PUSH_CONFIRMATION_WAITINGA state where waiting for the user to confirm the push multi-factor authentication request. -
Uses of Device in com.pingidentity.sdk.api.authn.model.state
Classes in com.pingidentity.sdk.api.authn.model.state with type parameters of type DeviceModifier and TypeClassDescriptionclassAuthenticationRequired<D extends Device,U extends User> An API state model containing details for states in which multi-factor authentication is required.classDeviceSelectionRequired<D extends Device,U extends User> An API state model containing additional details for states in which the user must select a device.classMultiFactorAuthenticationState<D extends Device,U extends User> A base API state model containing additional details for multi-factor authentication states.classOtpRequired<D extends Device,U extends User> An API state model containing additional details for states in which the user must enter an OTP.classPushConfirmationRejected<D extends Device,U extends User> An API state model for push confirmation cancellation.classPushConfirmationTimedOut<D extends Device,U extends User> An API state model for push confirmation timeout.classPushConfirmationWaiting<D extends Device,U extends User> An API state model for push confirmation waiting.