Package com.atlassian.bamboo.security
Interface SerializableClassWhitelistProvider
-
- All Known Implementing Classes:
BambooHomeDirectoryClassWhitelistProvider
,GitSerializableClassWhitelistProvider
,MavenSerializableClassWhitelistProvider
public interface SerializableClassWhitelistProvider
A provider of classes that should be added to the serialization and deserialization whitelist of Bamboo.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Iterable<String>
getWhitelistedClasses()
Return names of classes that are allowed to be serialized and deserialized in Bamboo.
-
-
-
Method Detail
-
getWhitelistedClasses
@NotNull @NotNull Iterable<String> getWhitelistedClasses()
Return names of classes that are allowed to be serialized and deserialized in Bamboo.- See Also:
Class.getName()
-
-