|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |