Uses of Package
com.ecyrd.jspwiki.auth.user

Packages that use com.ecyrd.jspwiki.auth.user
com.ecyrd.jspwiki.auth Authentication, Authorization and the third A thing. 
com.ecyrd.jspwiki.auth.login Provides the different login modules that JSPWiki uses. 
com.ecyrd.jspwiki.auth.user   
com.ecyrd.jspwiki.filters Provides page and content filtering functionality for JSPWiki. 
 

Classes in com.ecyrd.jspwiki.auth.user used by com.ecyrd.jspwiki.auth
AbstractUserDatabase
          Abstract UserDatabase class that provides convenience methods for finding profiles, building Principal collections and hashing passwords.
DuplicateUserException
          Exception indicating that an identical user already exists in the user database.
UserDatabase
          Defines an interface for loading, persisting and storing users.
UserProfile
          Class for representing wiki user information, such as the login name, full name, wiki name, and e-mail address.
 

Classes in com.ecyrd.jspwiki.auth.user used by com.ecyrd.jspwiki.auth.login
UserDatabase
          Defines an interface for loading, persisting and storing users.
 

Classes in com.ecyrd.jspwiki.auth.user used by com.ecyrd.jspwiki.auth.user
AbstractUserDatabase
          Abstract UserDatabase class that provides convenience methods for finding profiles, building Principal collections and hashing passwords.
DuplicateUserException
          Exception indicating that an identical user already exists in the user database.
UserDatabase
          Defines an interface for loading, persisting and storing users.
UserProfile
          Class for representing wiki user information, such as the login name, full name, wiki name, and e-mail address.
 

Classes in com.ecyrd.jspwiki.auth.user used by com.ecyrd.jspwiki.filters
UserProfile
          Class for representing wiki user information, such as the login name, full name, wiki name, and e-mail address.