RolePermissionResolver.resolvePermissionsInRole

Resolves a Collection of Permissions based on the given string representation.

@param roleString the string representation of a role name to resolve. @return a Collection of Permissions based on the given string representation.

interface RolePermissionResolver
Collection!(Permission)
resolvePermissionsInRole
(
string roleString
)

Meta