Uses of Class
org.eclipse.jgit.transport.resolver.ServiceNotAuthorizedException
-
Packages that use ServiceNotAuthorizedException Package Description org.eclipse.jgit.http.server.resolver org.eclipse.jgit.transport.resolver Server-side resolver for locating repositories by URLs. -
-
Uses of ServiceNotAuthorizedException in org.eclipse.jgit.http.server.resolver
Methods in org.eclipse.jgit.http.server.resolver that throw ServiceNotAuthorizedException Modifier and Type Method Description void
AsIsFileService. access(javax.servlet.http.HttpServletRequest req, Repository db)
Determine if access to any bare file of the repository is allowed.ReceivePack
DefaultReceivePackFactory. create(javax.servlet.http.HttpServletRequest req, Repository db)
Create and configure a new ReceivePack instance for a repository.UploadPack
DefaultUploadPackFactory. create(javax.servlet.http.HttpServletRequest req, Repository db)
Create and configure a new UploadPack instance for a repository. -
Uses of ServiceNotAuthorizedException in org.eclipse.jgit.transport.resolver
Methods in org.eclipse.jgit.transport.resolver that throw ServiceNotAuthorizedException Modifier and Type Method Description ReceivePack
ReceivePackFactory. create(C req, Repository db)
Create and configure a new ReceivePack instance for a repository.UploadPack
UploadPackFactory. create(C req, Repository db)
Create and configure a new UploadPack instance for a repository.Repository
RepositoryResolver. open(C req, String name)
Locate and open a reference to aRepository
.
-