public class CreateTenantOptions
extends java.lang.Object
Attributes used for controlling the creation of a new tenant.
| Constructor and Description |
|---|
CreateTenantOptions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getActivationCodes()
An list of activation codes that can be used when each tenant licenses features separately (optional).
|
java.lang.String |
getAdminAccount()
The name of the master user account to create for the tenant.
|
java.lang.String |
getAdminEmail()
The email address to associate with the master user account created for the tenant, and
as the primary point of contact for the tenant.
|
java.lang.String |
getAdminPassword()
The password for the master user account to create for the tenant.
|
boolean |
getConfirmationRequired()
Create the tenat in a "confirmation required" state, where the tenant will receive an
email with a link they must follow in order to activate their account
|
boolean |
getGenerateMasterPassword()
Automatically generate a password for the master user account
If set, the password is emailed to the given primary email address. |
boolean |
hasGenerateMasterPassword() |
boolean |
isConfirmationRequired() |
boolean |
isGenerateMasterPassword() |
void |
setActivationCodes(java.lang.String[] activationCodes) |
void |
setAdminAccount(java.lang.String adminAccount) |
void |
setAdminEmail(java.lang.String adminEmail) |
void |
setAdminPassword(java.lang.String adminPassword) |
void |
setConfirmationRequired(boolean confirmationRequired) |
void |
setGenerateMasterPassword(boolean generateMasterPassword) |
public java.lang.String getAdminAccount()
public void setAdminAccount(java.lang.String adminAccount)
public java.lang.String getAdminPassword()
public void setAdminPassword(java.lang.String adminPassword)
public java.lang.String getAdminEmail()
public void setAdminEmail(java.lang.String adminEmail)
public java.lang.String[] getActivationCodes()
public void setActivationCodes(java.lang.String[] activationCodes)
public boolean hasGenerateMasterPassword()
public boolean getGenerateMasterPassword()
public boolean isGenerateMasterPassword()
public void setGenerateMasterPassword(boolean generateMasterPassword)
public boolean getConfirmationRequired()
public boolean isConfirmationRequired()
public void setConfirmationRequired(boolean confirmationRequired)
Copyright © 2015 Trend Micro Inc. All Rights Reserved.