Class UserIndex

  • All Implemented Interfaces:
    Serializable

    @Entity
    public class UserIndex
    extends Object
    implements Serializable
    A database-serialized linkage between some type-value id index (see UserIndexKey) and a User account. Each UserIndex refers to just one User account but each user account potentially has multiple user indices. Each user index also has an type-specific credentials value that can be used to authenticate a user using the specified user index. See UserIndexTypes for a set of common user index types used in the system. See discussion in the document for the User class.
    Author:
    bdferris
    See Also:
    UserIndexKey, User, UserService, UserIndexTypes, Serialized Form
    • Constructor Detail

      • UserIndex

        public UserIndex()