Méthode |
Description |
|
getPermissions ( string $type, string $identifier ) : array |
Returns the permissions for all security identities. |
|
getUserPermissionByArray ( string $locale, string $securityContext, $objectPermissionsByRole, Sulu\Component\Security\Authentication\UserInterface $user ) : array |
Returns the permissions regarding an array of role permissions and its security context for a given user. |
|
getUserPermissions ( SecurityCondition $securityCondition, Sulu\Component\Security\Authentication\UserInterface $user ) : array |
Returns the permissions regarding an object and its security context for a given user. |
|
setPermissions ( string $type, string $identifier, $permissions ) |
Sets the permissions for the object with the given class and id for the given security identity. |
|