Index: lams_contentrepository/doc/index-files/index-3.html
===================================================================
RCS file: /usr/local/cvsroot/lams_contentrepository/doc/index-files/index-3.html,v
diff -u -r1.7 -r1.8
--- lams_contentrepository/doc/index-files/index-3.html 21 Apr 2005 03:40:58 -0000 1.7
+++ lams_contentrepository/doc/index-files/index-3.html 20 Jul 2005 06:50:46 -0000 1.8
@@ -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 @@