Uses of Class
com.pingidentity.sdk.api.authn.model.ResourceRef
Packages that use ResourceRef
Package
Description
Contains the models for various shared Authentication API actions.
Contains the models for various shared Authentication API states.
-
Uses of ResourceRef in com.pingidentity.sdk.api.authn.model.action
Methods in com.pingidentity.sdk.api.authn.model.action that return ResourceRefModifier and TypeMethodDescriptionSelectDevice.getDeviceRef()Get a reference to the user's selected device.Methods in com.pingidentity.sdk.api.authn.model.action with parameters of type ResourceRefModifier and TypeMethodDescriptionvoidSelectDevice.setDeviceRef(ResourceRef deviceRef) Set the reference to the user's selected device. -
Uses of ResourceRef in com.pingidentity.sdk.api.authn.model.state
Methods in com.pingidentity.sdk.api.authn.model.state that return ResourceRefModifier and TypeMethodDescriptionOtpRequired.getSelectedDeviceRef()Get a reference to the user's selected device.PushConfirmationRejected.getSelectedDeviceRef()Get the reference to the selected device.PushConfirmationTimedOut.getSelectedDeviceRef()Get the reference to the selected device.PushConfirmationWaiting.getSelectedDeviceRef()Get the reference to the selected device.Methods in com.pingidentity.sdk.api.authn.model.state with parameters of type ResourceRefModifier and TypeMethodDescriptionvoidOtpRequired.setSelectedDeviceRef(ResourceRef selectedDeviceRef) Set the reference to the user's selected device.voidPushConfirmationRejected.setSelectedDeviceRef(ResourceRef selectedDeviceRef) Set the reference to the selected device.voidPushConfirmationTimedOut.setSelectedDeviceRef(ResourceRef selectedDeviceRef) Set the reference to the selected device.voidPushConfirmationWaiting.setSelectedDeviceRef(ResourceRef selectedDeviceRef) Set the reference to the selected device.