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

Packages that use GateKeeper
com.atlassian.confluence.importexport.actions   
com.atlassian.confluence.importexport.resource   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.renderer.v2.macros   
com.atlassian.confluence.rpc.soap.services   
com.atlassian.confluence.security   
 

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

Methods in com.atlassian.confluence.importexport.actions with parameters of type GateKeeper
 void ExportPageAction.setGateKeeper(GateKeeper gateKeeper)
           
 void ExportSpaceAction.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, java.lang.String contextPath, ExportContext exportContext, java.util.List contentToBeExported, GateKeeper gateKeeper, ImportExportManager importExportManager, PermissionManager permissionManager, java.lang.String type, java.lang.String contentOption)
           
 

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

Methods in com.atlassian.confluence.importexport.resource with parameters of type GateKeeper
 void ExportDownloadResourceManager.setGateKeeper(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.renderer.v2.macros
 

Methods in com.atlassian.confluence.renderer.v2.macros with parameters of type GateKeeper
 void RssMacro.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.
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.