public class SettingsConfiguredDownloadPolicyProvider extends Object implements org.springframework.beans.factory.FactoryBean
DownloadPolicy
used by Confluence to be selected via
the global system setting 'attachmentSecurityLevel'.
The default DownloadPolicy will be DownloadPolicy.Smart
.
If setup has not been completed then DownloadPolicy.Smart
is used.Constructor and Description |
---|
SettingsConfiguredDownloadPolicyProvider(SettingsManager settingsManager) |
Modifier and Type | Method and Description |
---|---|
Object |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
public SettingsConfiguredDownloadPolicyProvider(SettingsManager settingsManager)
public Object getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
Exception
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
Copyright © 2003–2020 Atlassian. All rights reserved.