Xindice API

Uses of Class
org.apache.xindice.server.User

Packages that use User
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 User in org.apache.xindice.server
 

Methods in org.apache.xindice.server that return User
 User Kernel.getUser(java.lang.String username)
           
 User Kernel.newUser()
           
 User UserManager.getUser(java.lang.String username)
          getUser retrieves a User by username.
 User UserManager.newUser()
          newUser creates a new User.
 User Gateway.getUser()
           
 

Methods in org.apache.xindice.server with parameters of type User
 void Kernel.setUser(User user)
           
 void UserManager.setUser(User user)
          setUser stores the User to the UserManager's persistent store.
 

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

Methods in org.apache.xindice.server.standard that return User
 User StdUserManager.getUser(java.lang.String username)
           
 User StdUserManager.newUser()
           
 

Methods in org.apache.xindice.server.standard with parameters of type User
 void StdUserManager.setUser(User user)
           
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation