public static class GetServerInfo.AuthInfo extends Object
Modifier and Type | Field and Description |
---|---|
com.google.gerrit.reviewdb.client.AuthType |
authType |
List<com.google.gerrit.reviewdb.client.Account.FieldName> |
editableAccountFields |
String |
editFullNameUrl |
String |
httpPasswordUrl |
Boolean |
isGitBasicAuth |
String |
loginText |
String |
loginUrl |
String |
registerText |
String |
registerUrl |
String |
switchAccountUrl |
Boolean |
useContributorAgreements |
Constructor and Description |
---|
GetServerInfo.AuthInfo() |
public com.google.gerrit.reviewdb.client.AuthType authType
public Boolean useContributorAgreements
public List<com.google.gerrit.reviewdb.client.Account.FieldName> editableAccountFields
public String loginUrl
public String loginText
public String switchAccountUrl
public String registerUrl
public String registerText
public String editFullNameUrl
public String httpPasswordUrl
public Boolean isGitBasicAuth