Xindice API

Uses of Interface
org.apache.xindice.server.UserManager

Packages that use UserManager
org.apache.xindice.server This package contains all of the classes that comprise the Xindice server framework. 
org.apache.xindice.server.standard This package contains all of the classes that comprise the Xindice server framework standard API implements. 
 

Uses of UserManager in org.apache.xindice.server
 

Methods in org.apache.xindice.server that return UserManager
 UserManager User.getUserManager()
          getUserManager returns the originating UserManager for this User.
 

Methods in org.apache.xindice.server with parameters of type UserManager
 void User.setUserManager(UserManager manager)
          setUserManager attaches the originating UserManager to this User in order to allow the User to save any changes that it has performed back to the data store via the UserManager.
 

Uses of UserManager in org.apache.xindice.server.standard
 

Classes in org.apache.xindice.server.standard that implement UserManager
 class StdUserManager
          StdUserManager
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation