In JGit, is it possible to check developer permissions without doing the actions (provided username and password)?
Ex: Is it possible to check if a user can clone a repository without cloning it?
Ex2: Is it possible to check if a user can push to a repository without pushing to it?