Class UserWithKey

  • All Implemented Interfaces:
    Entity, LinkableContent, TitledContent

    @Deprecated
    public class UserWithKey
    extends User
    Deprecated.
    Please use confluence-test-utils module instead. See {com.atlassian.confluence.test.api.model.person.UserWithDetails} alternative
    The login details of a given user.
    • Constructor Detail

      • UserWithKey

        public UserWithKey​(String key,
                           String username,
                           String password,
                           String fullName,
                           String email)
        Deprecated.
        Constructs a fully formed User object with all fields set.
        Parameters:
        key - the id of the user.
        username - the name the user uses to log into the system.
        password - in plain text, the password the user uses to log into the system.
        fullName - the user's full name.
        email - the user's email address.
    • Method Detail

      • getKey

        public String getKey()
        Deprecated.
      • equals

        public boolean equals​(Object o)
        Deprecated.
        Overrides:
        equals in class User
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class User