Package | Description |
---|---|
org.forgerock.json.resource.descriptor.examples.model |
Modifier and Type | Method and Description |
---|---|
Set<Device> |
User.getDevices()
Getter of the Set of user devices.
|
Modifier and Type | Method and Description |
---|---|
void |
User.addDevices(Device device)
Adds a device to the user devices set.
|
Modifier and Type | Method and Description |
---|---|
void |
User.setDevices(Set<Device> devices)
Setter of the user devices.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.