Uses of Class
com.pingidentity.sdk.api.authn.model.DeviceProfile
-
Packages that use DeviceProfile Package Description com.pingidentity.sdk.api.authn.common Contains "spec" classes for states, actions, and errors that are shared across multiple API-capable plugins.com.pingidentity.sdk.api.authn.model.action Contains the models for various shared Authentication API actions. -
-
Uses of DeviceProfile in com.pingidentity.sdk.api.authn.common
Fields in com.pingidentity.sdk.api.authn.common with type parameters of type DeviceProfile Modifier and Type Field Description static AuthnActionSpec<SubmitDeviceProfile<? extends DeviceProfile>>CommonActionSpec. SUBMIT_DEVICE_PROFILEThe action used for submitting a user's device profile. -
Uses of DeviceProfile in com.pingidentity.sdk.api.authn.model.action
Classes in com.pingidentity.sdk.api.authn.model.action with type parameters of type DeviceProfile Modifier and Type Class Description classSubmitDeviceProfile<D extends DeviceProfile>The API action model for actions where a user's device profile is submitted.
-