public class AuthInfo extends Object
Modifier and Type | Field and Description |
---|---|
AuthType |
authType |
List<AgreementInfo> |
contributorAgreements |
List<AccountFieldName> |
editableAccountFields |
String |
editFullNameUrl |
GitBasicAuthPolicy |
gitBasicAuthPolicy |
String |
httpPasswordUrl |
String |
loginText |
String |
loginUrl |
String |
registerText |
String |
registerUrl |
String |
switchAccountUrl |
Boolean |
useContributorAgreements |
Constructor and Description |
---|
AuthInfo() |
public AuthType authType
public Boolean useContributorAgreements
public List<AgreementInfo> contributorAgreements
public List<AccountFieldName> editableAccountFields
public String loginUrl
public String loginText
public String switchAccountUrl
public String registerUrl
public String registerText
public String editFullNameUrl
public String httpPasswordUrl
public GitBasicAuthPolicy gitBasicAuthPolicy