Skip to content

Commit dcf0368

Browse files
committed
Update ActivateModel.java
1 parent edeadbb commit dcf0368

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/io/cryptolens/models/ActivateModel.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ public class ActivateModel {
5151
* Allows you to specify a friendy name for the activated device, for example the employee's email.
5252
* Friendly name does not impact the number of active machine codes / seats, but it offers an easy way
5353
* of linking a machine/seat with a user. For added security, you can HMAC hash this value.
54+
* <br/>
55+
* The computer name can, as an example, be used as the friendly name:
56+
* <code>
57+
* String friendlyName = InetAddress.getLocalHost().getHostName();
58+
* </code>
59+
*
5460
*/
5561
public String FriendlyName;
5662

0 commit comments

Comments
 (0)