Uses of Class
tv.hd3g.authkit.mod.entity.Role
-
Packages that use Role Package Description tv.hd3g.authkit.mod.dto.ressource tv.hd3g.authkit.mod.entity tv.hd3g.authkit.mod.repository -
-
Uses of Role in tv.hd3g.authkit.mod.dto.ressource
Constructors in tv.hd3g.authkit.mod.dto.ressource with parameters of type Role Constructor Description GroupOrRoleDto(Role role) -
Uses of Role in tv.hd3g.authkit.mod.entity
Methods in tv.hd3g.authkit.mod.entity that return Role Modifier and Type Method Description RoleRoleRight. getRole()Methods in tv.hd3g.authkit.mod.entity that return types with arguments of type Role Modifier and Type Method Description Set<Role>Group. getRoles()Constructors in tv.hd3g.authkit.mod.entity with parameters of type Role Constructor Description RoleRight(String name, Role role) -
Uses of Role in tv.hd3g.authkit.mod.repository
Methods in tv.hd3g.authkit.mod.repository that return Role Modifier and Type Method Description RoleRoleRepository. getByName(String name)Methods in tv.hd3g.authkit.mod.repository that return types with arguments of type Role Modifier and Type Method Description List<Role>RoleRepository. getByGroupName(String name)
-