Class AccountValidator
- java.lang.Object
- 
- com.google.gerrit.server.git.validators.AccountValidator
 
- 
 public class AccountValidator extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description AccountValidator(com.google.inject.Provider<IdentifiedUser> self, OutgoingEmailValidator emailValidator)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>validate(Account.Id accountId, 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, OutgoingEmailValidator emailValidator) 
 
- 
 - 
Method Detail- 
validatepublic List<String> validate(Account.Id accountId, org.eclipse.jgit.revwalk.RevWalk rw, org.eclipse.jgit.lib.ObjectId oldId, org.eclipse.jgit.lib.ObjectId newId) throws IOException - Throws:
- IOException
 
 
- 
 
-