Uses of Interface
com.atlassian.bamboo.security.acegi.acls.AclDao
Packages that use AclDao
Package
Description
-
Uses of AclDao in com.atlassian.bamboo.migration.stream
Constructors in com.atlassian.bamboo.migration.stream with parameters of type AclDaoModifierConstructorDescriptionprotectedAclMapper(org.hibernate.SessionFactory sessionFactory, AclDao aclDao, BambooAclUpdateHelper aclUpdateHelper, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of AclDao in com.atlassian.bamboo.security.acegi.acls
Classes in com.atlassian.bamboo.security.acegi.acls that implement AclDaoMethods in com.atlassian.bamboo.security.acegi.acls with parameters of type AclDao -
Uses of AclDao in com.atlassian.bamboo.upgrade.tasks
Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type AclDaoModifier and TypeMethodDescriptionprotected voidAbstractGrantNewPermissionsUpgradeTask.doUpgrade(@NotNull Object aclEntity, @NotNull AclDao aclDao, @NotNull BambooAclUpdateHelper aclUpdateHelper, @NotNull org.apache.logging.log4j.Logger log, @NotNull Set<BambooPermission> permissionsRequiringNewPermission, @NotNull Set<BambooPermission> newPermissions) Run the upgrade for a single entity.