Uses of Interface
org.apache.beehive.wsm.axis.security.User

Packages that use User
org.apache.beehive.wsm.axis.security   
org.apache.beehive.wsm.axis.security.model   
 

Uses of User in org.apache.beehive.wsm.axis.security
 

Methods in org.apache.beehive.wsm.axis.security that return User
 User UserList.getUser(String name)
           
 User Group.getUser(String user)
           
 

Methods in org.apache.beehive.wsm.axis.security that return types with arguments of type User
 Collection<User> UserList.getUsers()
           
 Collection<User> Group.getUsers()
           
 

Methods in org.apache.beehive.wsm.axis.security with parameters of type User
 void UserList.addUser(User user)
           
 void Group.addUser(User user)
           
 

Uses of User in org.apache.beehive.wsm.axis.security.model
 

Classes in org.apache.beehive.wsm.axis.security.model that implement User
 class MemoryUserImpl
           
 

Methods in org.apache.beehive.wsm.axis.security.model that return User
 User MemoryUserListImpl.getUser(String name)
           
 User MemoryGroupImpl.getUser(String user)
           
 

Methods in org.apache.beehive.wsm.axis.security.model that return types with arguments of type User
 Collection<User> MemoryUserListImpl.getUsers()
           
 Collection<User> MemoryGroupImpl.getUsers()
           
 

Methods in org.apache.beehive.wsm.axis.security.model with parameters of type User
 void MemoryUserListImpl.addUser(User user)
           
 void MemoryGroupImpl.addUser(User user)