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 |
getCookiePath() |
boolean |
getCookieSecure() |
com.google.gwtjsonrpc.server.SignedToken |
getEmailRegistrationToken() |
String |
getHttpDisplaynameHeader() |
String |
getHttpEmailHeader() |
String |
getLoginHttpHeader() |
String |
getLoginUrl() |
String |
getLogoutURL() |
List<String> |
getOpenIdDomains() |
String |
getOpenIdSsoUrl() |
String |
getRegisterPageUrl() |
com.google.gwtjsonrpc.server.SignedToken |
getRestToken() |
boolean |
isAllowGoogleAccountUpgrade() |
boolean |
isGitBasicAuth()
Whether git-over-http should use Gerrit basic authentication scheme.
|
boolean |
isIdentityTrustable(Collection<com.google.gerrit.reviewdb.client.AccountExternalId> ids) |
boolean |
isRunAsEnabled() |
boolean |
isTrustContainerAuth()
Whether git-over-http should trust authentication done by container.
|
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 getLoginUrl()
public String getLogoutURL()
public String getOpenIdSsoUrl()
public String getCookiePath()
public boolean getCookieSecure()
public com.google.gwtjsonrpc.server.SignedToken getEmailRegistrationToken()
public com.google.gwtjsonrpc.server.SignedToken getRestToken()
public boolean isAllowGoogleAccountUpgrade()
public List<OpenIdProviderPattern> getAllowedOpenIDs()
public boolean isTrustContainerAuth()
public boolean isRunAsEnabled()
public boolean isUserNameToLowerCase()
public boolean isGitBasicAuth()
public boolean isIdentityTrustable(Collection<com.google.gerrit.reviewdb.client.AccountExternalId> ids)
public String getRegisterPageUrl()