Uses of Class
org.apache.openmeetings.db.entity.user.User.Right
-
-
Uses of User.Right in org.apache.openmeetings.db.bind.adapter
Methods in org.apache.openmeetings.db.bind.adapter that return User.Right Modifier and Type Method Description User.RightUserRightAdapter. unmarshal(String v)Methods in org.apache.openmeetings.db.bind.adapter with parameters of type User.Right Modifier and Type Method Description StringUserRightAdapter. marshal(User.Right v) -
Uses of User.Right in org.apache.openmeetings.db.dao.user
Methods in org.apache.openmeetings.db.dao.user that return types with arguments of type User.Right Modifier and Type Method Description static Set<User.Right>UserDao. getDefaultRights()Set<User.Right>UserDao. getRights(Long id) -
Uses of User.Right in org.apache.openmeetings.db.dto.user
Methods in org.apache.openmeetings.db.dto.user that return types with arguments of type User.Right Modifier and Type Method Description Set<User.Right>UserDTO. getRights()Method parameters in org.apache.openmeetings.db.dto.user with type arguments of type User.Right Modifier and Type Method Description voidUserDTO. setRights(Set<User.Right> rights) -
Uses of User.Right in org.apache.openmeetings.db.entity.user
Methods in org.apache.openmeetings.db.entity.user that return User.Right Modifier and Type Method Description static User.RightUser.Right. valueOf(String name)Returns the enum constant of this type with the specified name.static User.Right[]User.Right. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openmeetings.db.entity.user that return types with arguments of type User.Right Modifier and Type Method Description static List<User.Right>User.Right. getAllowed(boolean groupAdmin)Set<User.Right>User. getRights()Method parameters in org.apache.openmeetings.db.entity.user with type arguments of type User.Right Modifier and Type Method Description voidUser. setRights(Set<User.Right> rights) -
Uses of User.Right in org.apache.openmeetings.db.util
Methods in org.apache.openmeetings.db.util with parameters of type User.Right Modifier and Type Method Description static booleanAuthLevelUtil. check(Set<User.Right> rights, User.Right level)Method parameters in org.apache.openmeetings.db.util with type arguments of type User.Right Modifier and Type Method Description static 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)
-