Uses of Class
tv.hd3g.authkit.mod.entity.RoleRight
-
Packages that use RoleRight Package Description tv.hd3g.authkit.mod.entity tv.hd3g.authkit.mod.repository -
-
Uses of RoleRight in tv.hd3g.authkit.mod.entity
Methods in tv.hd3g.authkit.mod.entity that return RoleRight Modifier and Type Method Description RoleRightRoleRightContext. getRoleRight()Methods in tv.hd3g.authkit.mod.entity that return types with arguments of type RoleRight Modifier and Type Method Description Set<RoleRight>Role. getRoleRights()Constructors in tv.hd3g.authkit.mod.entity with parameters of type RoleRight Constructor Description RoleRightContext(String name, RoleRight roleRight) -
Uses of RoleRight in tv.hd3g.authkit.mod.repository
Methods in tv.hd3g.authkit.mod.repository that return RoleRight Modifier and Type Method Description RoleRightRoleRightRepository. getRoleRight(String roleName, String rightName)
-