Interface RepositoryReadSecurityAware
-
- All Superinterfaces:
DomainObjectSecurityAware
- All Known Implementing Classes:
ViewLinkedRepository
,ViewProjectRepository
public interface RepositoryReadSecurityAware extends DomainObjectSecurityAware
Marker interface for actions that requireBambooPermission.READ
permission for a repository.DomainObjectSecurityAware.getSecuredDomainObject()
should return an instance ofRepositoryData
.
-
-
Method Summary
-
Methods inherited from interface com.atlassian.bamboo.ww2.aware.permissions.DomainObjectSecurityAware
getSecuredDomainObject
-
-