Expresso 5-6

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

Packages that use UserInfo
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.ldap This package contains the LDAP-aware implementation of the UserInfo interface.  
com.jcorporate.expresso.services.dbobj Common database objects - used in many different applications 
 

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

Classes in com.jcorporate.expresso.core.security that implement UserInfo
 class MapBasedUserInfo
          A User Info implementation that is Map based instead of database object based.
 

Fields in com.jcorporate.expresso.core.security declared as UserInfo
protected static UserInfo User.notLoggedInUser
           
 

Methods in com.jcorporate.expresso.core.security that return UserInfo
 UserInfo User.getNotLoggedInUser()
          Returns the static constant notLogged in user.
protected  UserInfo User.constructNotLoggedInUser()
           
 UserInfo User.getUserInfo()
          Return the UserInfo object Normally you would not use this directly, except in special cases where you need to get to the UserInfo object.
 

Methods in com.jcorporate.expresso.core.security with parameters of type UserInfo
 void User.addNotify(UserInfo uif)
          Used when a UserInfo Object adds itself outside of the 'User' class.
 void User.deleteNotify(UserInfo uif)
          Used for when a UserInfo implementation deletes itself outside of the User Interface
 void User.updateNotify(UserInfo uif)
          Used to notify UserListeners that a UserInfo object has modified itself outside of the User object.
 

Constructors in com.jcorporate.expresso.core.security with parameters of type UserInfo
User(UserInfo uInfo)
          Constructs a user with a particular user info.
 

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

Classes in com.jcorporate.expresso.ext.dbobj that implement UserInfo
 class SingleDBUserInfo
          Deprecated. 10/4/2004 functionality can be handled by DefaultUserInfo with DBOTHERMAP method to map a table to a context
 

Uses of UserInfo in com.jcorporate.expresso.ext.ldap
 

Classes in com.jcorporate.expresso.ext.ldap that implement UserInfo
 class UserLDAP
          UserLDAP is an LDAP-aware implementation of the UserInfo object - this allows user information to be retrieved from an LDAP server, as opposed to simply retrieved from the database.
 

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

Classes in com.jcorporate.expresso.services.dbobj that implement UserInfo
 class DefaultUserInfo
          Default implementation of the UserInfo object.
 

Methods in com.jcorporate.expresso.services.dbobj with parameters of type UserInfo
static String DefaultUserInfo.getPrimaryGroup(UserInfo user)
          the primary group of this user is appropriate for unix-like purposes, such as setting the group for a file permission
 


Expresso 5-6

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