Package | Description |
---|---|
com.atlassian.bamboo.configuration | |
com.atlassian.bamboo.persister.xstream | |
com.atlassian.bamboo.serialization |
Modifier and Type | Method and Description |
---|---|
SerializationSecurityMethod |
SerializationSecurityConfig.getBandanaMethod() |
SerializationSecurityMethod |
SerializationSecurityConfig.getxStreamMethod() |
static SerializationSecurityMethod |
SerializationSecurityMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerializationSecurityMethod[] |
SerializationSecurityMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SerializationSecurityConfig(SerializationSecurityMethod bandanaMethod,
SerializationSecurityMethod xStreamMethod) |
Modifier and Type | Method and Description |
---|---|
protected SerializationSecurityMethod |
BandanaXStreamTypePermission.getSerializationSecurityMethod() |
protected abstract SerializationSecurityMethod |
XStreamTypePermission.getSerializationSecurityMethod() |
protected SerializationSecurityMethod |
RemoteCommunicationXStreamTypePermission.getSerializationSecurityMethod() |
Modifier and Type | Method and Description |
---|---|
boolean |
SerializationSecurityManager.isBlacklisted(Class<?> type,
SerializationSecurityMethod method)
returns true for classes that should not be serialised or deserialised.
|
boolean |
AbstractSerializationSecurityManager.isBlacklisted(Class<?> type,
SerializationSecurityMethod method) |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.