Expresso 5-6

Uses of Interface
com.jcorporate.expresso.core.security.UserListener

Packages that use UserListener
com.jcorporate.expresso.core.security This package contains Expresso's security system, switchable from "weak" security (e.g. minimal-strength encryption) to "strong" security.  
com.jcorporate.expresso.ext.dbobj Contains database object definitions for download files functionality and self-Registered User functionality. 
com.jcorporate.expresso.ext.dbobj.regobj Example database objects for use in the built in registration system 
com.jcorporate.expresso.services.dbobj Common database objects - used in many different applications 
 

Uses of UserListener in com.jcorporate.expresso.core.security
 

Methods in com.jcorporate.expresso.core.security with parameters of type UserListener
static void User.addListener(UserListener listener)
          Adds a UserListener object to list of listeners.
static boolean User.isListener(UserListener listener)
          Determines if this dbobject is already a listener.
 

Uses of UserListener in com.jcorporate.expresso.ext.dbobj
 

Classes in com.jcorporate.expresso.ext.dbobj that implement UserListener
 class RegisteredUser
          Extention to the normal user object to record some additional information
 

Uses of UserListener in com.jcorporate.expresso.ext.dbobj.regobj
 

Classes in com.jcorporate.expresso.ext.dbobj.regobj that implement UserListener
 class Address
          Creation date: 2001-08-24 11:57:54
 class Contact
          Creation date: 2001-08-24 11:57:54
 class Person
          Creation date: 2001-08-24 11:57:54
 class Phone
          Creation date: 2001-08-24 11:57:54
 

Uses of UserListener in com.jcorporate.expresso.services.dbobj
 

Classes in com.jcorporate.expresso.services.dbobj that implement UserListener
 class GroupMembers
          Group Member definitions table.
 class RegistrationDBObject
          Whenever you create a DBObject to be used for Registration, you need to derive it from this class.
 class UserPreference
          A User Preference is a stored value or attribute that is related to a particular user.
 

Methods in com.jcorporate.expresso.services.dbobj with parameters of type UserListener
protected static void RegistrationDBObject.addAsUserListener(UserListener ul)
           
 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.