Uses of Class
org.apache.fulcrum.security.util.UserSet
-
Packages that use UserSet Package Description org.apache.fulcrum.security org.apache.fulcrum.security.model.basic.entity org.apache.fulcrum.security.model.basic.entity.impl -
-
Uses of UserSet in org.apache.fulcrum.security
Methods in org.apache.fulcrum.security that return UserSet Modifier and Type Method Description <T extends User>
UserSet<T>UserManager. getAllUsers()
Retrieves all users defined in the system. -
Uses of UserSet in org.apache.fulcrum.security.model.basic.entity
Methods in org.apache.fulcrum.security.model.basic.entity that return UserSet Modifier and Type Method Description UserSet
BasicGroup. getUsers()
Get the users that are part of this groupMethods in org.apache.fulcrum.security.model.basic.entity with parameters of type UserSet Modifier and Type Method Description void
BasicGroup. setUsers(UserSet userSet)
Set the users that are part of this group -
Uses of UserSet in org.apache.fulcrum.security.model.basic.entity.impl
Methods in org.apache.fulcrum.security.model.basic.entity.impl that return UserSet Modifier and Type Method Description UserSet<?>
BasicGroupImpl. getUsers()
Get the users that are part of this groupMethods in org.apache.fulcrum.security.model.basic.entity.impl with parameters of type UserSet Modifier and Type Method Description void
BasicGroupImpl. setUsers(UserSet userSet)
Set the users that are part of this group
-