- java.lang.Object
-
- com.pingidentity.sdk.api.authn.model.state.MultiFactorAuthenticationState<D,U>
-
- com.pingidentity.sdk.api.authn.model.state.PushConfirmationRejected<D,U>
-
public class PushConfirmationRejected<D extends Device,U extends User> extends MultiFactorAuthenticationState<D,U>
An API state model for push confirmation cancellation.- Since:
- 10.1
-
-
Constructor Summary
Constructors Constructor Description PushConfirmationRejected()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetReason()Get the push confirmation cancellation reason.ResourceRefgetSelectedDeviceRef()Get the reference to the selected device.voidsetReason(String reason)Set the push confirmation cancellation reason.voidsetSelectedDeviceRef(ResourceRef selectedDeviceRef)Set the reference to the selected device.-
Methods inherited from class com.pingidentity.sdk.api.authn.model.state.MultiFactorAuthenticationState
getDevices, getUser, setDevices, setUser
-
-
-
-
Method Detail
-
getSelectedDeviceRef
public ResourceRef getSelectedDeviceRef()
Get the reference to the selected device.
-
setSelectedDeviceRef
public void setSelectedDeviceRef(ResourceRef selectedDeviceRef)
Set the reference to the selected device.
-
getReason
public String getReason()
Get the push confirmation cancellation reason.
-
setReason
public void setReason(String reason)
Set the push confirmation cancellation reason.
-
-