Uses of Class
com.peterphi.usermanager.db.entity.RoleEntity
Packages that use RoleEntity
-
Uses of RoleEntity in com.peterphi.usermanager.db.dao.hibernate
Methods in com.peterphi.usermanager.db.dao.hibernate that return RoleEntity -
Uses of RoleEntity in com.peterphi.usermanager.db.entity
Methods in com.peterphi.usermanager.db.entity that return types with arguments of type RoleEntityMethod parameters in com.peterphi.usermanager.db.entity with type arguments of type RoleEntityModifier and TypeMethodDescriptionvoid
OAuthServiceEntity.setRoles
(Set<RoleEntity> roles) void
UserEntity.setRoles
(List<RoleEntity> roles)