| java.lang.Object org.purl.sword.server.DummyServer
DummyServer | public class DummyServer implements SWORDServer(Code) | | A 'dummy server' which acts as dumb repository which implements the
SWORD ServerInterface. It accepts any type of deposit, and tries to
return appropriate responses.
It supports authentication: if the username and password match
(case sensitive) it authenticates the user, if not, the authentication
fails.
author: Stuart Lewis |
|
|