Uses of Class
com.alpaca.entity.RolePermission
Packages that use RolePermission
-
Uses of RolePermission in com.alpaca.entity
Fields in com.alpaca.entity with type parameters of type RolePermissionModifier and TypeFieldDescriptionprivate Set
<RolePermission> Permission.rolePermissions
private Set
<RolePermission> Role.rolePermissions
Indicates the set of Permission has the Role.Methods in com.alpaca.entity that return types with arguments of type RolePermissionModifier and TypeMethodDescriptionRole.permissionsToRolePermissions
(Collection<Permission> permissions) Converts a set ofPermission
objects into a set ofRolePermission
objects associated with this Role.