|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.chemistry.opencmis.fileshare.RepositoryMap
public class RepositoryMap
Repository map.
Constructor Summary | |
---|---|
RepositoryMap()
|
Method Summary | |
---|---|
void |
addLogin(String username,
String password)
Adds a login. |
void |
addRepository(FileShareRepository fsr)
Adds a repository object. |
void |
authenticate(CallContext context)
Takes user and password from the CallContext and checks them. |
Collection<FileShareRepository> |
getRepositories()
Returns all repository objects. |
FileShareRepository |
getRepository(String repositoryId)
Gets a repository object by id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RepositoryMap()
Method Detail |
---|
public void addRepository(FileShareRepository fsr)
public FileShareRepository getRepository(String repositoryId)
public void authenticate(CallContext context)
public Collection<FileShareRepository> getRepositories()
public void addLogin(String username, String password)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |