Package com.atlassian.bamboo.serialization
-
Interface Summary Interface Description SerializationSecurityManager WhitelistedSerializable Marker interface for serializable classes that can be used inCommonContext
. -
Class Summary Class Description AbstractSerializationSecurityManager Assumptions made: - plugin state modifications are rare and we can afford recalculating the plugin-generated whitelist from scratchBambooHomeDirectoryClassWhitelistProvider This component loads classname whitelist from $BAMBOO_HOME/xml-data/configuration/serialization-whitelist.list and monitors it for further changes.PluginResolver Resolves plugin that objects belong to.SerializationSecurityManagerImpl ServerSerializationSecurityConfigAccessor Server local implementation, which uses AdministrationConfigurationAccessor to read serialization security settings -
Annotation Types Summary Annotation Type Description ServerSideOnly Classes annotated with this annotation will not be XStreamed to agents.