Expresso 5-6

Uses of Package
com.jcorporate.expresso.core.security

Packages that use com.jcorporate.expresso.core.security
com.jcorporate.expresso.core.controller This package contains the object defining the "Controller" object, an important component of Expresso that should be used to encapsulate all user interaction sequences.  
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.core.security.strongencryption Package for containing Hashing and Symmetric encryption.  
com.jcorporate.expresso.ext.controller Controllers that are optional to Expresso.  
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.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 
 

Classes in com.jcorporate.expresso.core.security used by com.jcorporate.expresso.core.controller
User
          This class provides a front-end for maintaining Expresso Users.
 

Classes in com.jcorporate.expresso.core.security used by com.jcorporate.expresso.core.security
AbstractRandomNumber
           
AbstractStringEncryption
          This class represents a StringEncryption Interface
CryptoManager
          CryptoManager.java

Singleton Class that acts as a facade for managing if strong or weak crypto is desired.

DelayThread
          Simple class called to suspend thread execution for x many seconds before offering a retry to login.
StringHash
          Base class for hashing.
User
          This class provides a front-end for maintaining Expresso Users.
UserInfo
          UserInfo defines the interface to an object that provides information about a user this object may get it's information from LDAP, Database, or any other source
UserListener
           
 

Classes in com.jcorporate.expresso.core.security used by com.jcorporate.expresso.core.security.strongencryption
AbstractRandomNumber
           
AbstractStringEncryption
          This class represents a StringEncryption Interface
 

Classes in com.jcorporate.expresso.core.security used by com.jcorporate.expresso.ext.controller
User
          This class provides a front-end for maintaining Expresso Users.
 

Classes in com.jcorporate.expresso.core.security used by com.jcorporate.expresso.ext.dbobj
User
          This class provides a front-end for maintaining Expresso Users.
UserInfo
          UserInfo defines the interface to an object that provides information about a user this object may get it's information from LDAP, Database, or any other source
UserListener
           
 

Classes in com.jcorporate.expresso.core.security used by com.jcorporate.expresso.ext.dbobj.regobj
UserListener
           
 

Classes in com.jcorporate.expresso.core.security used by com.jcorporate.expresso.ext.ldap
UserInfo
          UserInfo defines the interface to an object that provides information about a user this object may get it's information from LDAP, Database, or any other source
 

Classes in com.jcorporate.expresso.core.security used by com.jcorporate.expresso.services.dbobj
User
          This class provides a front-end for maintaining Expresso Users.
UserInfo
          UserInfo defines the interface to an object that provides information about a user this object may get it's information from LDAP, Database, or any other source
UserListener
           
 


Expresso 5-6

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