Package com.google.gerrit.server.config
Class AuthConfig
java.lang.Object
com.google.gerrit.server.config.AuthConfig
Authentication related settings from
gerrit.config
.-
Method Summary
Modifier and TypeMethodDescriptionOpenID identities which the server permits for authentication.Type of user authentication used by this Gerrit server.boolean
boolean
boolean
boolean
boolean
boolean
Returns true if users with Run As capability can impersonate others.boolean
Whether git-over-http should trust authentication done by container.boolean
Whether contributor agreements are used.boolean
Whether user name should be matched case insenitiveboolean
Whether user name case insensitive migration is in progressboolean
Whether user name should be converted to lower-case before validation
-
Method Details
-
getAuthType
Type of user authentication used by this Gerrit server. -
getLoginHttpHeader
-
getHttpDisplaynameHeader
-
getHttpEmailHeader
-
getHttpExternalIdHeader
-
getLoginUrl
-
getLoginText
-
getLogoutURL
-
getSwitchAccountUrl
-
getEditFullNameUrl
-
getHttpPasswordUrl
-
getOpenIdSsoUrl
-
getOpenIdDomains
-
getCookiePath
-
getCookieDomain
-
getCookieSecure
public boolean getCookieSecure() -
getEmailRegistrationToken
-
getAllowedOpenIDs
OpenID identities which the server permits for authentication. -
isTrustContainerAuth
public boolean isTrustContainerAuth()Whether git-over-http should trust authentication done by container. -
isRunAsEnabled
public boolean isRunAsEnabled()Returns true if users with Run As capability can impersonate others. -
isUserNameToLowerCase
public boolean isUserNameToLowerCase()Whether user name should be converted to lower-case before validation -
isUserNameCaseInsensitive
public boolean isUserNameCaseInsensitive()Whether user name should be matched case insenitive -
isUserNameCaseInsensitiveMigrationMode
public boolean isUserNameCaseInsensitiveMigrationMode()Whether user name case insensitive migration is in progress -
getGitBasicAuthPolicy
-
isUseContributorAgreements
public boolean isUseContributorAgreements()Whether contributor agreements are used. -
isIdentityTrustable
-
getRegisterPageUrl
-
getRegisterUrl
-
getRegisterText
-
isLdapAuthType
public boolean isLdapAuthType() -
isOAuthType
public boolean isOAuthType() -
isAllowRegisterNewEmail
public boolean isAllowRegisterNewEmail()
-