Uses of Class
com.atlassian.confluence.servlet.download.AttachmentSecurityLevel
-
Packages that use AttachmentSecurityLevel Package Description com.atlassian.confluence.it.admin com.atlassian.confluence.servlet.download com.atlassian.confluence.setup.settings -
-
Uses of AttachmentSecurityLevel in com.atlassian.confluence.it.admin
Methods in com.atlassian.confluence.it.admin with parameters of type AttachmentSecurityLevel Modifier and Type Method Description voidEditSecurityConfiguration. assertAttachmentSecurityLevel(AttachmentSecurityLevel level)voidEditSecurityConfiguration. setAttachmentSecurityLevel(AttachmentSecurityLevel level) -
Uses of AttachmentSecurityLevel in com.atlassian.confluence.servlet.download
Methods in com.atlassian.confluence.servlet.download that return AttachmentSecurityLevel Modifier and Type Method Description static AttachmentSecurityLevelAttachmentSecurityLevel. fromLevel(String level)static AttachmentSecurityLevelAttachmentSecurityLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static AttachmentSecurityLevel[]AttachmentSecurityLevel. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AttachmentSecurityLevel in com.atlassian.confluence.setup.settings
Methods in com.atlassian.confluence.setup.settings that return AttachmentSecurityLevel Modifier and Type Method Description AttachmentSecurityLevelSettings. getAttachmentSecurityLevel()Methods in com.atlassian.confluence.setup.settings with parameters of type AttachmentSecurityLevel Modifier and Type Method Description voidSettings. setAttachmentSecurityLevel(AttachmentSecurityLevel attachmentSecurityLevel)
-