| 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 @NotNull SerializationSecurityMethod |
RemoteCommunicationXStreamTypePermission.getSerializationSecurityMethod() |
protected @NotNull SerializationSecurityMethod |
BandanaXStreamTypePermission.getSerializationSecurityMethod() |
protected abstract @NotNull SerializationSecurityMethod |
XStreamTypePermission.getSerializationSecurityMethod() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractSerializationSecurityManager.isBlacklisted(@NotNull Class<?> type,
@NotNull SerializationSecurityMethod method) |
boolean |
SerializationSecurityManager.isBlacklisted(@NotNull Class<?> type,
@NotNull SerializationSecurityMethod method)
returns true for classes that should not be serialised or deserialised.
|
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.