Uses of Package
org.apache.wiki.auth.user

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

Classes in org.apache.wiki.auth.user used by org.apache.wiki.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 org.apache.wiki.auth.user used by org.apache.wiki.auth.login
UserDatabase
          Defines an interface for loading, persisting and storing users.
 

Classes in org.apache.wiki.auth.user used by org.apache.wiki.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 org.apache.wiki.auth.user used by org.apache.wiki.filters
UserProfile
          Class for representing wiki user information, such as the login name, full name, wiki name, and e-mail address.
 



Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.