| java.lang.Object vqwiki.AbstractWikiMembers
All known Subclasses: vqwiki.db.DatabaseWikiMembers, vqwiki.file.FileWikiMembers,
AbstractWikiMembers | abstract public class AbstractWikiMembers implements WikiMembers(Code) | | |
confirmMembership | public boolean confirmMembership(String username, String key) throws Exception(Code) | | Confirms a member (that is, gives them the ability to set notifications and reminders)
if the supplied key matches the key generated when the account was created. It is expected
that another class or JSP page will call this function at the request of a user.
Parameters: username - the name of the user to confirm Parameters: key - the key to compare to the key generated when the account was created boolean True if the user is in the list. |
|
|