org.elkoserver.server.context.users
Class DevicePersistentUserFactory.DeviceCredentials

java.lang.Object
  extended by org.elkoserver.server.context.users.DevicePersistentUserFactory.DeviceCredentials
Enclosing class:
DevicePersistentUserFactory

protected static class DevicePersistentUserFactory.DeviceCredentials
extends Object

Struct object holding login info for a device user.


Field Summary
 String name
          Name of the user
 String uuid
          The device ID
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uuid

public final String uuid
The device ID


name

public final String name
Name of the user