Uses of Interface
com.atlassian.confluence.security.GateKeeper

Packages that use GateKeeper
com.atlassian.confluence.admin.actions   
com.atlassian.confluence.importexport.actions   
com.atlassian.confluence.importexport.resource   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.rpc.soap.services   
com.atlassian.confluence.security   
com.atlassian.confluence.user.actions   
 

Uses of GateKeeper in com.atlassian.confluence.admin.actions
 

Methods in com.atlassian.confluence.admin.actions with parameters of type GateKeeper
 void CreateSupportZipAction.setGateKeeper(GateKeeper gateKeeper)
           
 

Uses of GateKeeper in com.atlassian.confluence.importexport.actions
 

Methods in com.atlassian.confluence.importexport.actions with parameters of type GateKeeper
 void ExportSpaceAction.setGateKeeper(GateKeeper gateKeeper)
           
 void ExportPageAction.setGateKeeper(GateKeeper gateKeeper)
           
 void BackupAction.setGateKeeper(GateKeeper gateKeeper)
           
 

Constructors in com.atlassian.confluence.importexport.actions with parameters of type GateKeeper
ExportSpaceLongRunningTask(com.atlassian.user.User remoteUser, String contextPath, ExportContext exportContext, List contentToBeExported, GateKeeper gateKeeper, ImportExportManager importExportManager, PermissionManager permissionManager, SpaceManager spaceManager, String spaceKey, String type, String contentOption)
           
 

Uses of GateKeeper in com.atlassian.confluence.importexport.resource
 

Constructors in com.atlassian.confluence.importexport.resource with parameters of type GateKeeper
ExportDownloadResourceManager(BootstrapManager bootstrapManager, GateKeeper gateKeeper)
           
 

Uses of GateKeeper in com.atlassian.confluence.pages.actions
 

Methods in com.atlassian.confluence.pages.actions with parameters of type GateKeeper
 void DownloadAllAttachmentsOnPageAction.setGateKeeper(GateKeeper gateKeeper)
           
 

Uses of GateKeeper in com.atlassian.confluence.rpc.soap.services
 

Methods in com.atlassian.confluence.rpc.soap.services with parameters of type GateKeeper
 void SpacesSoapService.setGateKeeper(GateKeeper gateKeeper)
           
 void AdminSoapService.setGateKeeper(GateKeeper gateKeeper)
           
 

Uses of GateKeeper in com.atlassian.confluence.security
 

Classes in com.atlassian.confluence.security that implement GateKeeper
 class DownloadGateKeeper
          GateKeeper for the Confluence downloads directory.
 

Uses of GateKeeper in com.atlassian.confluence.user.actions
 

Methods in com.atlassian.confluence.user.actions with parameters of type GateKeeper
 void ResizeProfilePictureAction.setGateKeeper(GateKeeper gateKeeper)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.