Class UserIdentity

  • Direct Known Subclasses:
    LdapUserIdentity

    public class UserIdentity
    extends Object
    Class containing a user identity, i.e. the login of the user and the id of its user population.
    • Constructor Detail

      • UserIdentity

        public UserIdentity​(String login,
                            String populationId)
        Constructs a user identity
        Parameters:
        login - The login of the user
        populationId - The id of the user population the user belongs to