Class RepositoryPermission

java.lang.Object
sonia.scm.repository.RepositoryPermission
All Implemented Interfaces:
Serializable, PermissionObject

public class RepositoryPermission extends Object implements PermissionObject, Serializable
Permissions controls the access to Repository. This object should be immutable, but could not be due to mapstruct. Do not modify instances of this because this would change the hash code and therefor make it undeletable in a repository.
See Also: