@Internal public class XStreamSecurityConfigurator extends Object
Modifier and Type | Field and Description |
---|---|
static Set<String> |
ALLOWED_PACKAGES |
Constructor and Description |
---|
XStreamSecurityConfigurator() |
Modifier and Type | Method and Description |
---|---|
void |
addAllowTypes(String pluginKey,
Set<String> types) |
void |
addAllowTypesByRegExps(String pluginKey,
Set<String> typesByRegExps) |
void |
addAllowTypesByWildcard(String pluginKey,
Set<String> wildcards) |
void |
clearPluginSecurityData(String pluginKey) |
void |
configureXStreamSecurity(ConfluenceXStreamInternal confluenceXStream) |
public void configureXStreamSecurity(ConfluenceXStreamInternal confluenceXStream)
public void addAllowTypesByRegExps(String pluginKey, Set<String> typesByRegExps)
public void addAllowTypesByWildcard(String pluginKey, Set<String> wildcards)
public void clearPluginSecurityData(String pluginKey)
Copyright © 2003–2021 Atlassian. All rights reserved.