Uses of Interface
com.atlassian.confluence.security.GateKeeper
-
-
Uses of GateKeeper in com.atlassian.confluence.importexport.actions
Methods in com.atlassian.confluence.importexport.actions with parameters of type GateKeeper Modifier and Type Method Description void
BackupAction. setGateKeeper(GateKeeper gateKeeper)
Deprecated.void
ExportSpaceAction. setGateKeeper(GateKeeper gateKeeper)
Deprecated.Constructors in com.atlassian.confluence.importexport.actions with parameters of type GateKeeper Constructor Description ExportSpaceLongRunningTask(ConfluenceUser remoteUser, String contextPath, ExportContext exportContext, Set<Long> contentToBeExported, Set<Long> contentToBeExcluded, GateKeeper gateKeeper, ImportExportManager importExportManager, PermissionManager permissionManager, SpaceManager spaceManager, String spaceKey, String type, String contentOption)
Deprecated. -
Uses of GateKeeper in com.atlassian.confluence.importexport.resource
Constructors in com.atlassian.confluence.importexport.resource with parameters of type GateKeeper Constructor Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
AdminSoapService. setGateKeeper(GateKeeper gateKeeper)
void
SpacesSoapService. setGateKeeper(GateKeeper gateKeeper)
-
Uses of GateKeeper in com.atlassian.confluence.security
Classes in com.atlassian.confluence.security that implement GateKeeper Modifier and Type Class Description class
DownloadGateKeeper
GateKeeper for the Confluence downloads directory.
-