gerrit/gerrit-server/src/main/java/com/google/gerrit/server/auth
Owen Li 52f38546af Exclude local gerrit accounts from scheduled deactivation task
Currently, local-only gerrit accounts can be included in the deactivation
sweep. This is not always desirable (as in the case of functional
accounts not backed by an auth backend). This change excludes such accounts
not backed by an auth backend.

Change-Id: I68eb1d0a6b986ff47d39dcfb95b8e020adf13043
2017-11-24 00:41:57 +00:00
..
ldap Exclude local gerrit accounts from scheduled deactivation task 2017-11-24 00:41:57 +00:00
oauth Exclude local gerrit accounts from scheduled deactivation task 2017-11-24 00:41:57 +00:00
openid Move classes that are related to external IDs into an own package 2017-03-27 15:38:01 +02:00
AuthBackend.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
AuthenticationUnavailableException.java Remove 'final' from method signatures across gerrit. 2017-06-14 09:18:42 +02:00
AuthException.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
AuthRequest.java gerrit-server: use hashed passwords for HTTP. 2017-02-28 09:09:33 +01:00
AuthUser.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
InternalAuthBackend.java gerrit-server: use hashed passwords for HTTP. 2017-02-28 09:09:33 +01:00
InvalidCredentialsException.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
MissingCredentialsException.java MissingCredentialsException: Fix grammar in javadoc 2017-04-12 12:39:39 +09:00
NoSuchUserException.java Allow service users to access REST API if auth.gitBasicAuth = true 2014-04-17 17:49:34 -06:00
UniversalAuthBackend.java Remove 'final' from method signatures across gerrit. 2017-06-14 09:18:42 +02:00
UnknownUserException.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00
UserNotAllowedException.java Format all Java files with google-java-format 2017-02-07 10:04:39 +09:00