Uses of Enum Class
com.atlassian.bamboo.configuration.SerializationSecurityMethod
Package
Description
-
Uses of SerializationSecurityMethod in com.atlassian.bamboo.configuration
Modifier and TypeMethodDescriptionSerializationSecurityConfig.getBandanaMethod()
SerializationSecurityConfig.getxStreamMethod()
static SerializationSecurityMethod
Returns the enum constant of this class with the specified name.static SerializationSecurityMethod[]
SerializationSecurityMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionSerializationSecurityConfig
(SerializationSecurityMethod bandanaMethod, SerializationSecurityMethod xStreamMethod) -
Uses of SerializationSecurityMethod in com.atlassian.bamboo.persister.xstream
Modifier and TypeMethodDescriptionprotected @NotNull SerializationSecurityMethod
BandanaXStreamTypePermission.getSerializationSecurityMethod()
protected @NotNull SerializationSecurityMethod
RemoteCommunicationXStreamTypePermission.getSerializationSecurityMethod()
protected abstract @NotNull SerializationSecurityMethod
XStreamTypePermission.getSerializationSecurityMethod()
-
Uses of SerializationSecurityMethod in com.atlassian.bamboo.serialization
Modifier and TypeMethodDescriptionboolean
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.