Class AccountValidator
- java.lang.Object
-
- com.google.gerrit.server.git.validators.AccountValidator
-
public class AccountValidator extends Object
-
-
Constructor Summary
Constructors Constructor Description AccountValidator(com.google.inject.Provider<IdentifiedUser> self, AllUsersName allUsersName, OutgoingEmailValidator emailValidator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
validate(Account.Id accountId, org.eclipse.jgit.lib.Repository allUsersRepo, org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.lib.ObjectId oldId, org.eclipse.jgit.lib.ObjectId newId)
-
-
-
Constructor Detail
-
AccountValidator
@Inject public AccountValidator(com.google.inject.Provider<IdentifiedUser> self, AllUsersName allUsersName, OutgoingEmailValidator emailValidator)
-
-
Method Detail
-
validate
public List<String> validate(Account.Id accountId, org.eclipse.jgit.lib.Repository allUsersRepo, org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.lib.ObjectId oldId, org.eclipse.jgit.lib.ObjectId newId) throws IOException
- Throws:
IOException
-
-