Class AclStatisticsServiceImpl
java.lang.Object
com.atlassian.bamboo.security.acegi.acls.AclStatisticsServiceImpl
- All Implemented Interfaces:
AclStatisticsService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCounts ACL entries grouped byObjectIdentity
andBambooPermission
.long
Counts ACL entries for unique non-empty Project which have Project Plan permissions defined
-
Constructor Details
-
AclStatisticsServiceImpl
-
-
Method Details
-
countAclEntriesByJavaType
Description copied from interface:AclStatisticsService
Counts ACL entries grouped byObjectIdentity
andBambooPermission
.- Specified by:
countAclEntriesByJavaType
in interfaceAclStatisticsService
-
countNonEmptyProjectsWithProjectPlanPermissions
public long countNonEmptyProjectsWithProjectPlanPermissions()Description copied from interface:AclStatisticsService
Counts ACL entries for unique non-empty Project which have Project Plan permissions defined- Specified by:
countNonEmptyProjectsWithProjectPlanPermissions
in interfaceAclStatisticsService
-