Uses of Class
org.guvnor.structure.backend.repositories.BranchAccessAuthorizer
-
Packages that use BranchAccessAuthorizer Package Description org.guvnor.structure.backend.repositories org.guvnor.structure.backend.repositories.git -
-
Uses of BranchAccessAuthorizer in org.guvnor.structure.backend.repositories
Constructors in org.guvnor.structure.backend.repositories with parameters of type BranchAccessAuthorizer Constructor Description ChangeRequestServiceImpl(org.guvnor.structure.organizationalunit.config.SpaceConfigStorageRegistry spaceConfigStorageRegistry, org.guvnor.structure.repositories.RepositoryService repositoryService, org.uberfire.spaces.SpacesAPI spaces, javax.enterprise.event.Event<org.guvnor.structure.repositories.changerequest.portable.ChangeRequestListUpdatedEvent> changeRequestListUpdatedEvent, javax.enterprise.event.Event<org.guvnor.structure.repositories.changerequest.portable.ChangeRequestUpdatedEvent> changeRequestUpdatedEvent, javax.enterprise.event.Event<org.guvnor.structure.repositories.changerequest.portable.ChangeRequestStatusUpdatedEvent> changeRequestStatusUpdatedEventEvent, BranchAccessAuthorizer branchAccessAuthorizer, org.uberfire.rpc.SessionInfo sessionInfo) -
Uses of BranchAccessAuthorizer in org.guvnor.structure.backend.repositories.git
Constructors in org.guvnor.structure.backend.repositories.git with parameters of type BranchAccessAuthorizer Constructor Description GitRepositoryBuilder(org.uberfire.io.IOService ioService, org.guvnor.structure.server.config.PasswordService secureService, org.uberfire.spaces.SpacesAPI spacesAPI, javax.enterprise.event.Event<org.guvnor.structure.repositories.RepositoryExternalUpdateEvent> repositoryExternalUpdate, PostCommitNotificationService postCommitNotificationService, BranchAccessAuthorizer branchAccessAuthorizer)GitRepositoryFactoryHelper(org.uberfire.io.IOService indexedIOService, org.uberfire.io.IOService notIndexedIOService, org.uberfire.spaces.SpacesAPI spacesAPI, javax.enterprise.event.Event<org.guvnor.structure.repositories.RepositoryExternalUpdateEvent> repositoryExternalUpdate, PostCommitNotificationService postCommitNotificationService, BranchAccessAuthorizer branchAccessAuthorizer, org.guvnor.structure.server.config.PasswordService secureService)
-