|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.http.server.resolver.DefaultReceivePackFactory
public class DefaultReceivePackFactory
Create and configure ReceivePack
service instance.
Writing by receive-pack is permitted if any of the following is true:
HttpServletRequest.getRemoteUser()
to the authenticated name.
http.receivepack
explicitly
set to true.
Field Summary |
---|
Fields inherited from interface org.eclipse.jgit.transport.resolver.ReceivePackFactory |
---|
DISABLED |
Constructor Summary | |
---|---|
DefaultReceivePackFactory()
|
Method Summary | |
---|---|
ReceivePack |
create(javax.servlet.http.HttpServletRequest req,
Repository db)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultReceivePackFactory()
Method Detail |
---|
public ReceivePack create(javax.servlet.http.HttpServletRequest req, Repository db) throws ServiceNotEnabledException, ServiceNotAuthorizedException
create
in interface ReceivePackFactory<javax.servlet.http.HttpServletRequest>
ServiceNotEnabledException
ServiceNotAuthorizedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |