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