Class DeviceProfileCallback
java.lang.Object
org.forgerock.openam.authentication.callbacks.DeviceProfileCallback
- All Implemented Interfaces:
Callback
Class representative of a DeviceProfileCallback Callback Object which instructs a client to
capture device profile.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Builder for DeviceProfileCallback. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Get a builder for constructing a new DeviceProfileCallback.Gets the message associated with this callback.getValue()
Get the value set on theDeviceProfileCallback
when it is sent in a REST request.Gets the location associated with this callback.Gets the metadata associated with this callback.void
Set the value on theDeviceProfileCallback
.
-
Method Details
-
isMetadata
Gets the metadata associated with this callback.- Returns:
- the metadata.
-
isLocation
Gets the location associated with this callback.- Returns:
- the location.
-
getValue
Get the value set on theDeviceProfileCallback
when it is sent in a REST request.- Returns:
- The value set on the callback.
-
setValue
Set the value on theDeviceProfileCallback
.- Parameters:
value
- The value to set on the callback.
-
getMessage
Gets the message associated with this callback.- Returns:
- the message to display.
-
builder
Get a builder for constructing a new DeviceProfileCallback.- Returns:
- a new builder
-