Package sonia.scm.security
Interface PermissionObject
- All Known Implementing Classes:
AssignedPermission
,RepositoryPermission
,StoredAssignedPermission
public interface PermissionObject
Interface for permission objects.
- Since:
- 1.31
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the name of the user or group which the permission is assigned.boolean
Returns the id of the stored permission object.
-
Method Details
-
getName
String getName()Returns the name of the user or group which the permission is assigned. -
isGroupPermission
boolean isGroupPermission()Returns the id of the stored permission object.
-