Uses of Class
com.pingidentity.sdk.api.authn.model.DeviceProfile
Packages that use DeviceProfile
Package
Description
Contains "spec" classes for states, actions, and errors that are shared across multiple API-capable plugins.
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 DeviceProfileModifier and TypeFieldDescriptionstatic final 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 DeviceProfileModifier and TypeClassDescriptionclassSubmitDeviceProfile<D extends DeviceProfile>The API action model for actions where a user's device profile is submitted.