Interface ICustomizationUsers

  • All Superinterfaces:
    com4j.Com4jObject
    All Known Subinterfaces:
    ICustomizationUsers2, ICustomizationUsers3

    public interface ICustomizationUsers
    extends com4j.Com4jObject
    Services for managing the collection of all CustomizationUser objects.
    • Method Detail

      • user

        com4j.Com4jObject user​(String name)

        The CustomizationUser object representing the specified user.

        Getter method for the COM property "User"

        Parameters:
        name - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type com4j.Com4jObject
      • addUser

        com4j.Com4jObject addUser​(String name)

        Adds an existing site user to the current project.

        Parameters:
        name - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type com4j.Com4jObject
      • users

        IList users()

        The list of customization users.

        Getter method for the COM property "Users"

        Returns:
        Returns a value of type otaclient.IList
      • users

        Object users​(int index)
      • removeUser

        void removeUser​(String name)

        Removes a user from the collection.

        Parameters:
        name - Mandatory java.lang.String parameter.
      • domainUsers

        String domainUsers()

        For HP use. An internal structure that contains all of the domain users' details.

        Getter method for the COM property "DomainUsers"

        Returns:
        Returns a value of type java.lang.String
      • addSiteUser

        void addSiteUser​(String userName,
                         String fullName,
                         String email,
                         String description,
                         String phone,
                         Object group)

        Creates a new site user.

        Parameters:
        userName - Mandatory java.lang.String parameter.
        fullName - Mandatory java.lang.String parameter.
        email - Mandatory java.lang.String parameter.
        description - Mandatory java.lang.String parameter.
        phone - Mandatory java.lang.String parameter.
        group - Mandatory java.lang.Object parameter.
      • domainUsersWithoutProjectUsers

        String domainUsersWithoutProjectUsers()

        For HP use. Gets all the users that are in the domain and are not in the project.

        Getter method for the COM property "DomainUsersWithoutProjectUsers"

        Returns:
        Returns a value of type java.lang.String
      • addSiteAuthenticatedUser

        void addSiteAuthenticatedUser​(String userName,
                                      String fullName,
                                      String email,
                                      String description,
                                      String phone,
                                      String domainAuthentication,
                                      Object group)

        Adds site user with credentials for LDAP authentication.

        Parameters:
        userName - Mandatory java.lang.String parameter.
        fullName - Mandatory java.lang.String parameter.
        email - Mandatory java.lang.String parameter.
        description - Mandatory java.lang.String parameter.
        phone - Mandatory java.lang.String parameter.
        domainAuthentication - Mandatory java.lang.String parameter.
        group - Mandatory java.lang.Object parameter.