Package org.apache.openmeetings.db.util
Class AuthLevelUtil
java.lang.Object
org.apache.openmeetings.db.util.AuthLevelUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
check
(Set<User.Right> rights, User.Right level) static Set<Room.Right>
getRoomRight
(User u, Room r, Appointment a, int userCount) static boolean
hasAdminLevel
(Set<User.Right> rights) static boolean
hasGroupAdminLevel
(Set<User.Right> rights) static boolean
hasLoginLevel
(Set<User.Right> rights) static boolean
hasUserLevel
(Set<User.Right> rights) static boolean
hasWebServiceLevel
(Set<User.Right> rights)
-
Method Details
-
check
-
hasUserLevel
-
getRoomRight
-
hasAdminLevel
-
hasGroupAdminLevel
-
hasWebServiceLevel
-
hasLoginLevel
-