|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the entry point into the repository.
Get a I_CmsRepositorySession
through login in with the
username and password (login(String, String)
).
Method Summary | |
java.lang.String |
getName()
Returns the name of the repository. |
I_CmsRepositorySession |
login(java.lang.String userName,
java.lang.String password)
Login a user given the username and the password. |
void |
setName(java.lang.String name)
Sets the name for this repository. |
Method Detail |
public java.lang.String getName()
public I_CmsRepositorySession login(java.lang.String userName, java.lang.String password) throws CmsException
userName
- the user namepassword
- the user's password
CmsException
- if the login was not succesfulpublic void setName(java.lang.String name)
name
- the name to use for the repository
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |