public interface ICustomizationUsers
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
void |
addSiteAuthenticatedUser(String userName,
String fullName,
String email,
String description,
String phone,
String domainAuthentication,
Object group)
Adds site user with credentials for LDAP authentication.
|
void |
addSiteUser(String userName,
String fullName,
String email,
String description,
String phone,
Object group)
Creates a new site user.
|
com4j.Com4jObject |
addUser(String name)
Adds an existing site user to the current project.
|
String |
domainUsers()
For HP use.
|
String |
domainUsersWithoutProjectUsers()
For HP use.
|
void |
removeUser(String name)
Removes a user from the collection.
|
com4j.Com4jObject |
user(String name)
The CustomizationUser object representing the specified user.
|
IList |
users()
The list of customization users.
|
Object |
users(int index) |
com4j.Com4jObject user(String name)
The CustomizationUser object representing the specified user.
Getter method for the COM property "User"
name
- Mandatory java.lang.String parameter.com4j.Com4jObject addUser(String name)
Adds an existing site user to the current project.
name
- Mandatory java.lang.String parameter.IList users()
The list of customization users.
Getter method for the COM property "Users"
Object users(int index)
void removeUser(String name)
Removes a user from the collection.
name
- Mandatory java.lang.String parameter.String domainUsers()
For HP use. An internal structure that contains all of the domain users' details.
Getter method for the COM property "DomainUsers"
void addSiteUser(String userName, String fullName, String email, String description, String phone, Object group)
Creates a new site user.
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.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"
void addSiteAuthenticatedUser(String userName, String fullName, String email, String description, String phone, String domainAuthentication, Object group)
Adds site user with credentials for LDAP authentication.
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.Copyright © 2020. All rights reserved.