public class AuthConfig extends Object
gerrit.config
.Modifier and Type | Method and Description |
---|---|
List<OpenIdProviderPattern> |
getAllowedOpenIDs()
OpenID identities which the server permits for authentication.
|
com.google.gerrit.reviewdb.client.AuthType |
getAuthType()
Type of user authentication used by this Gerrit server.
|
String |
getCookieDomain() |
String |
getCookiePath() |
boolean |
getCookieSecure() |
String |
getEditFullNameUrl() |
com.google.gwtjsonrpc.server.SignedToken |
getEmailRegistrationToken() |
String |
getHttpDisplaynameHeader() |
String |
getHttpEmailHeader() |
String |
getHttpExternalIdHeader() |
String |
getHttpPasswordUrl() |
String |
getLoginHttpHeader() |
String |
getLoginText() |
String |
getLoginUrl() |
String |
getLogoutURL() |
List<String> |
getOpenIdDomains() |
String |
getOpenIdSsoUrl() |
String |
getRegisterPageUrl() |
String |
getRegisterText() |
String |
getRegisterUrl() |
String |
getSwitchAccountUrl() |
boolean |
isAllowRegisterNewEmail() |
boolean |
isGitBasicAuth()
Whether git-over-http should use Gerrit basic authentication scheme.
|
boolean |
isIdentityTrustable(Collection<com.google.gerrit.reviewdb.client.AccountExternalId> ids) |
boolean |
isLdapAuthType() |
boolean |
isRunAsEnabled() |
boolean |
isTrustContainerAuth()
Whether git-over-http should trust authentication done by container.
|
boolean |
isUseContributorAgreements()
Whether contributor agreements are used.
|
boolean |
isUserNameToLowerCase()
Whether user name should be converted to lower-case before validation
|
public com.google.gerrit.reviewdb.client.AuthType getAuthType()
public String getLoginHttpHeader()
public String getHttpDisplaynameHeader()
public String getHttpEmailHeader()
public String getHttpExternalIdHeader()
public String getLoginUrl()
public String getLoginText()
public String getLogoutURL()
public String getSwitchAccountUrl()
public String getEditFullNameUrl()
public String getHttpPasswordUrl()
public String getOpenIdSsoUrl()
public String getCookiePath()
public String getCookieDomain()
public boolean getCookieSecure()
public com.google.gwtjsonrpc.server.SignedToken getEmailRegistrationToken()
public List<OpenIdProviderPattern> getAllowedOpenIDs()
public boolean isTrustContainerAuth()
public boolean isRunAsEnabled()
public boolean isUserNameToLowerCase()
public boolean isGitBasicAuth()
public boolean isUseContributorAgreements()
public boolean isIdentityTrustable(Collection<com.google.gerrit.reviewdb.client.AccountExternalId> ids)
public String getRegisterPageUrl()
public String getRegisterUrl()
public String getRegisterText()
public boolean isLdapAuthType()
public boolean isAllowRegisterNewEmail()