Uses of Class
com.atlassian.bamboo.configuration.SerializationSecurityConfig
-
Packages that use SerializationSecurityConfig Package Description com.atlassian.bamboo.agent.remote.serialization com.atlassian.bamboo.configuration com.atlassian.bamboo.event com.atlassian.bamboo.serialization -
-
Uses of SerializationSecurityConfig in com.atlassian.bamboo.agent.remote.serialization
Methods in com.atlassian.bamboo.agent.remote.serialization that return SerializationSecurityConfig Modifier and Type Method Description @NotNull SerializationSecurityConfig
CachingSerializationSecurityConfigAccessor. getSerializationSecurityConfig()
-
Uses of SerializationSecurityConfig in com.atlassian.bamboo.configuration
Fields in com.atlassian.bamboo.configuration declared as SerializationSecurityConfig Modifier and Type Field Description static SerializationSecurityConfig
AdministrationConfigurationImpl. DEFAULT_SERIALIZATION_SECURITY_CONFIG
Methods in com.atlassian.bamboo.configuration that return SerializationSecurityConfig Modifier and Type Method Description @NotNull SerializationSecurityConfig
AdministrationConfigurationImpl. getSerializationSecurityConfig()
@NotNull SerializationSecurityConfig
AdministrationConfigurationInterface. getSerializationSecurityConfig()
@NotNull SerializationSecurityConfig
SerializationSecurityConfigAccessor. getSerializationSecurityConfig()
Methods in com.atlassian.bamboo.configuration with parameters of type SerializationSecurityConfig Modifier and Type Method Description void
AdministrationConfigurationImpl. setSerializationSecurityConfig(@NotNull SerializationSecurityConfig serializationSecurityConfig)
void
AdministrationConfigurationInterface. setSerializationSecurityConfig(@NotNull SerializationSecurityConfig serializationSecurityConfig)
-
Uses of SerializationSecurityConfig in com.atlassian.bamboo.event
Methods in com.atlassian.bamboo.event that return SerializationSecurityConfig Modifier and Type Method Description SerializationSecurityConfig
AdministrationConfigurationUpdatedEvent. getSerializationSecurityConfig()
Constructors in com.atlassian.bamboo.event with parameters of type SerializationSecurityConfig Constructor Description AdministrationConfigurationUpdatedEvent(SerializationSecurityConfig serializationSecurityConfig)
-
Uses of SerializationSecurityConfig in com.atlassian.bamboo.serialization
Methods in com.atlassian.bamboo.serialization that return SerializationSecurityConfig Modifier and Type Method Description @NotNull SerializationSecurityConfig
ServerSerializationSecurityConfigAccessor. getSerializationSecurityConfig()
-