Uses of Class
com.pingidentity.sdk.api.authn.model.ResourceRef
-
Packages that use ResourceRef Package Description com.pingidentity.sdk.api.authn.model.action Contains the models for various shared Authentication API actions.com.pingidentity.sdk.api.authn.model.state 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 ResourceRef Modifier and Type Method Description ResourceRefSelectDevice. getDeviceRef()Get a reference to the user's selected device.Methods in com.pingidentity.sdk.api.authn.model.action with parameters of type ResourceRef Modifier and Type Method Description voidSelectDevice. 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 ResourceRef Modifier and Type Method Description ResourceRefOtpRequired. getSelectedDeviceRef()Get a reference to the user's selected device.ResourceRefPushConfirmationRejected. getSelectedDeviceRef()Get the reference to the selected device.ResourceRefPushConfirmationTimedOut. getSelectedDeviceRef()Get the reference to the selected device.ResourceRefPushConfirmationWaiting. getSelectedDeviceRef()Get the reference to the selected device.Methods in com.pingidentity.sdk.api.authn.model.state with parameters of type ResourceRef Modifier and Type Method Description voidOtpRequired. 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.
-