|
Xindice API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xindice.server.standard.StdUserManager
StdUserManager
Constructor Summary | |
StdUserManager()
|
Method Summary | |
void |
deleteUser(java.lang.String username)
deleteUser deletes a User from the UserManager's persistent store. |
Configuration |
getConfig()
getConfig retrieves the configuration information for the Configurable object instance. |
User |
getUser(java.lang.String username)
getUser retrieves a User by username. |
java.lang.String[] |
listUsers()
listUsers retrieves a list of User names. |
java.lang.String[] |
listUsers(java.lang.String startsWith)
listUsers retrieves a list of User names. |
User |
newUser()
newUser creates a new User. |
void |
setConfig(Configuration config)
setConfig sets the configuration information for the Configurable object instance. |
void |
setKernel(Kernel kernel)
setKernel provides a Kernel callback interface to the implementing object. |
void |
setUser(User user)
setUser stores the User to the UserManager's persistent store. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StdUserManager()
Method Detail |
public void setKernel(Kernel kernel)
KernelAccess
setKernel
in interface KernelAccess
org.apache.xindice.server.KernelAccess
kernel
- the Kernel referencepublic void setConfig(Configuration config)
Configurable
setConfig
in interface Configurable
org.apache.xindice.util.Configurable
config
- The configuration Nodepublic Configuration getConfig()
Configurable
getConfig
in interface Configurable
org.apache.xindice.util.Configurable
public User getUser(java.lang.String username)
UserManager
getUser
in interface UserManager
org.apache.xindice.server.UserManager
username
- the User namepublic User newUser()
UserManager
newUser
in interface UserManager
org.apache.xindice.server.UserManager
public void setUser(User user)
UserManager
setUser
in interface UserManager
org.apache.xindice.server.UserManager
user
- the Userpublic void deleteUser(java.lang.String username)
UserManager
deleteUser
in interface UserManager
org.apache.xindice.server.UserManager
username
- the User's namepublic java.lang.String[] listUsers(java.lang.String startsWith)
UserManager
listUsers
in interface UserManager
org.apache.xindice.server.UserManager
startsWith
- a filter that evaluates to startsWith*public java.lang.String[] listUsers()
UserManager
listUsers
in interface UserManager
org.apache.xindice.server.UserManager
|
Xindice API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |