Uses of Class
com.atlassian.bamboo.configuration.SerializationSecurityMethod
-
Packages that use SerializationSecurityMethod Package Description com.atlassian.bamboo.configuration com.atlassian.bamboo.persister.xstream com.atlassian.bamboo.serialization -
-
Uses of SerializationSecurityMethod in com.atlassian.bamboo.configuration
Methods in com.atlassian.bamboo.configuration that return SerializationSecurityMethod Modifier and Type Method 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.Constructors in com.atlassian.bamboo.configuration with parameters of type SerializationSecurityMethod Constructor Description SerializationSecurityConfig(SerializationSecurityMethod bandanaMethod, SerializationSecurityMethod xStreamMethod)
-
Uses of SerializationSecurityMethod in com.atlassian.bamboo.persister.xstream
Methods in com.atlassian.bamboo.persister.xstream that return SerializationSecurityMethod Modifier and Type Method Description protected @NotNull SerializationSecurityMethod
BandanaXStreamTypePermission. getSerializationSecurityMethod()
protected @NotNull SerializationSecurityMethod
RemoteCommunicationXStreamTypePermission. getSerializationSecurityMethod()
protected abstract @NotNull SerializationSecurityMethod
XStreamTypePermission. getSerializationSecurityMethod()
-
Uses of SerializationSecurityMethod in com.atlassian.bamboo.serialization
Methods in com.atlassian.bamboo.serialization with parameters of type SerializationSecurityMethod Modifier and Type Method 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.
-