Uses of Class
com.ecyrd.jspwiki.auth.UserManager

Packages that use UserManager
com.ecyrd.jspwiki The chief package of JSPWiki. 
com.ecyrd.jspwiki.auth Authentication, Authorization and the third A thing. 
 

Uses of UserManager in com.ecyrd.jspwiki
 

Methods in com.ecyrd.jspwiki that return UserManager
 UserManager WikiEngine.getUserManager()
          Returns the UserManager employed by this WikiEngine.
 

Uses of UserManager in com.ecyrd.jspwiki.auth
 

Constructors in com.ecyrd.jspwiki.auth with parameters of type UserManager
UserManager.JSONUserModule(UserManager mgr)
          Create a new JSONUserModule.