Uses of Class
org.eclipse.jgit.transport.resolver.ServiceNotAuthorizedException
Packages that use ServiceNotAuthorizedException
Package
Description
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 ServiceNotAuthorizedExceptionModifier and TypeMethodDescriptionvoidAsIsFileService.access(javax.servlet.http.HttpServletRequest req, Repository db) Determine if access to any bare file of the repository is allowed.DefaultReceivePackFactory.create(javax.servlet.http.HttpServletRequest req, Repository db) Create and configure a new ReceivePack instance for a repository.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 ServiceNotAuthorizedExceptionModifier and TypeMethodDescriptionReceivePackFactory.create(C req, Repository db) Create and configure a new ReceivePack instance for a repository.UploadPackFactory.create(C req, Repository db) Create and configure a new UploadPack instance for a repository.Locate and open a reference to aRepository.