public class AccountValidator extends Object
Constructor and Description |
---|
AccountValidator(com.google.inject.Provider<IdentifiedUser> self,
AllUsersName allUsersName,
OutgoingEmailValidator emailValidator) |
Modifier and Type | Method and 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) |
@Inject public AccountValidator(com.google.inject.Provider<IdentifiedUser> self, AllUsersName allUsersName, OutgoingEmailValidator emailValidator)
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
IOException