Uses of Enum Class
org.apache.openmeetings.db.entity.user.User.Right
Packages that use User.Right
Package
Description
- 
Uses of User.Right in org.apache.openmeetings.db.bind.adapterMethods in org.apache.openmeetings.db.bind.adapter that return User.RightMethods in org.apache.openmeetings.db.bind.adapter with parameters of type User.Right
- 
Uses of User.Right in org.apache.openmeetings.db.dao.userMethods in org.apache.openmeetings.db.dao.user that return types with arguments of type User.Right
- 
Uses of User.Right in org.apache.openmeetings.db.dto.userMethods in org.apache.openmeetings.db.dto.user that return types with arguments of type User.RightMethod parameters in org.apache.openmeetings.db.dto.user with type arguments of type User.Right
- 
Uses of User.Right in org.apache.openmeetings.db.entity.userMethods in org.apache.openmeetings.db.entity.user that return User.RightModifier and TypeMethodDescriptionstatic User.RightReturns the enum constant of this class with the specified name.static User.Right[]User.Right.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.openmeetings.db.entity.user that return types with arguments of type User.RightModifier and TypeMethodDescriptionstatic List<User.Right>User.Right.getAllowed(boolean groupAdmin) User.getRights()Method parameters in org.apache.openmeetings.db.entity.user with type arguments of type User.Right
- 
Uses of User.Right in org.apache.openmeetings.db.utilMethods in org.apache.openmeetings.db.util with parameters of type User.RightModifier and TypeMethodDescriptionstatic booleanAuthLevelUtil.check(Set<User.Right> rights, User.Right level) Method parameters in org.apache.openmeetings.db.util with type arguments of type User.RightModifier and TypeMethodDescriptionstatic booleanAuthLevelUtil.check(Set<User.Right> rights, User.Right level) static booleanAuthLevelUtil.hasAdminLevel(Set<User.Right> rights) static booleanAuthLevelUtil.hasGroupAdminLevel(Set<User.Right> rights) static booleanAuthLevelUtil.hasLoginLevel(Set<User.Right> rights) static booleanAuthLevelUtil.hasUserLevel(Set<User.Right> rights) static booleanAuthLevelUtil.hasWebServiceLevel(Set<User.Right> rights)