Index: lams_contentrepository/doc/index-files/index-3.html
===================================================================
diff -u -r76ec9f8751b089a3c39e97bd92e72e4d11b41911 -rc95550f73f40e3070d2e0496f7a76546065e57bc
--- lams_contentrepository/doc/index-files/index-3.html (.../index-3.html) (revision 76ec9f8751b089a3c39e97bd92e72e4d11b41911)
+++ lams_contentrepository/doc/index-files/index-3.html (.../index-3.html) (revision c95550f73f40e3070d2e0496f7a76546065e57bc)
@@ -2,7 +2,7 @@
-
+
C-Index
@@ -31,6 +31,7 @@
+ Overview |
Package |
Class |
Use |
@@ -119,27 +120,53 @@
CrWorkspaceCredential() -
Constructor for class org.lamsfoundation.lams.contentrepository.CrWorkspaceCredential
default constructor
+CredentialDAO - class org.lamsfoundation.lams.contentrepository.dao.hibernate.CredentialDAO.Implements the credentials lookup using Hibernate.CredentialDAO() -
+Constructor for class org.lamsfoundation.lams.contentrepository.dao.hibernate.CredentialDAO
+
+checkCredential(ICredentials, IWorkspace) -
+Method in interface org.lamsfoundation.lams.contentrepository.dao.ICredentialDAO
+Check the supplied credential to the workspace.
+checkCredential(ICredentials) -
+Method in interface org.lamsfoundation.lams.contentrepository.dao.ICredentialDAO
+Check the supplied credential to the repository
+ By doing the check at this level, the password does
+ not need to be read from the database.
+checkCredential(ICredentials, IWorkspace) -
+Method in class org.lamsfoundation.lams.contentrepository.dao.hibernate.CredentialDAO
+Checks whether a user can login to this workspace.
+checkCredential(ICredentials) -
+Method in class org.lamsfoundation.lams.contentrepository.dao.hibernate.CredentialDAO
+Checks whether a user can login to the repository.
+checkCredentialInternal(ICredentials, IWorkspace) -
+Method in class org.lamsfoundation.lams.contentrepository.dao.hibernate.CredentialDAO
+Checks whether a user can login to the repository.
clear() -
Method in interface org.lamsfoundation.lams.contentrepository.ITicket
Make this ticket unusable.
-clear() -
-Method in class org.lamsfoundation.lams.contentrepository.SimpleTicket
+clear() -
+Method in class org.lamsfoundation.lams.contentrepository.service.SimpleTicket
Make this ticket unusable.
clearPassword() -
Method in interface org.lamsfoundation.lams.contentrepository.ICredentials
Clear the current password - important not to leave this lying around.
clearPassword() -
Method in class org.lamsfoundation.lams.contentrepository.SimpleCredentials
Clear the current password.
+clearPassword() -
+Method in class org.lamsfoundation.lams.contentrepository.service.SimpleCredentials
+Clear the current password.
compareTo(Object) -
Method in class org.lamsfoundation.lams.contentrepository.SimpleVersionDetail
Compares this object with the specified object for order.
-createCredentials(ICredentials) -
-Method in interface org.lamsfoundation.lams.contentrepository.IRepository
+createCredentials(ICredentials) -
+Method in interface org.lamsfoundation.lams.contentrepository.service.IRepositoryService
Create a new repository "user" - usually a tool.
-createCredentials(ICredentials) -
-Method in class org.lamsfoundation.lams.contentrepository.SimpleRepository
+createCredentials(ICredentials) -
+Method in class org.lamsfoundation.lams.contentrepository.service.SimpleRepository
Create a new repository "user" - usually a tool.
+createNewWorkspace(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) -
+Method in class org.lamsfoundation.lams.contentrepository.struts.action.LoginRepositoryAction
+Create and login to a new workspace
@@ -153,6 +180,7 @@