Class DeviceProfileRequired
- java.lang.Object
-
- com.pingidentity.sdk.api.authn.model.state.DeviceProfileRequired
-
public class DeviceProfileRequired extends Object
An API state model indicating the user's device profile is required.- Since:
- 10.1
-
-
Constructor Summary
Constructors Constructor Description DeviceProfileRequired()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDeviceProfilingTimeoutMillis()Get the device profiling timeout (in milliseconds) to be presented to the user.StringgetDeviceProfilingType()Get the device profiling type to be presented to the user.voidsetDeviceProfilingTimeoutMillis(int deviceProfilingTimeoutMillis)Set the device profiling timeout (in milliseconds) to be presented to the user.voidsetDeviceProfilingType(String deviceProfilingType)Set the device profiling type to be presented to the user.
-
-
-
Method Detail
-
getDeviceProfilingType
public String getDeviceProfilingType()
Get the device profiling type to be presented to the user.
-
setDeviceProfilingType
public void setDeviceProfilingType(String deviceProfilingType)
Set the device profiling type to be presented to the user.
-
getDeviceProfilingTimeoutMillis
public int getDeviceProfilingTimeoutMillis()
Get the device profiling timeout (in milliseconds) to be presented to the user.
-
setDeviceProfilingTimeoutMillis
public void setDeviceProfilingTimeoutMillis(int deviceProfilingTimeoutMillis)
Set the device profiling timeout (in milliseconds) to be presented to the user.
-
-