Class DeviceProfileRequired
java.lang.Object
com.pingidentity.sdk.api.authn.model.state.DeviceProfileRequired
An API state model indicating the user's device profile is required.
- Since:
- 10.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGet the device profiling timeout (in milliseconds) to be presented to the user.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.
-
Constructor Details
-
DeviceProfileRequired
public DeviceProfileRequired()
-
-
Method Details
-
getDeviceProfilingType
Get the device profiling type to be presented to the user. -
setDeviceProfilingType
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.
-