Class SecureXStreamFactory
java.lang.Object
com.atlassian.bamboo.persister.xstream.SecureXStreamFactory
- All Implemented Interfaces:
XStreamFactory
Factory which returns XStream with given Permission
-
Constructor Summary
ConstructorsConstructorDescriptionSecureXStreamFactory(XStreamFactory xStreamFactory, com.thoughtworks.xstream.security.TypePermission securityProvider) SecureXStreamFactory(XStreamFactory xStreamFactory, com.thoughtworks.xstream.security.TypePermission securityProvider, List<ConverterFactory> customConverters) -
Method Summary
Modifier and TypeMethodDescription@NotNull com.thoughtworks.xstream.XStreamCreateXStreambacked by given classLoader and driver.@NotNull com.thoughtworks.xstream.XStreamCreate default instance of XStream.@NotNull com.thoughtworks.xstream.XStreamcreateXStream(@Nullable ClassLoader classLoader) CreateXStreambacked by given classLoader.
-
Constructor Details
-
SecureXStreamFactory
public SecureXStreamFactory(XStreamFactory xStreamFactory, com.thoughtworks.xstream.security.TypePermission securityProvider) -
SecureXStreamFactory
public SecureXStreamFactory(XStreamFactory xStreamFactory, com.thoughtworks.xstream.security.TypePermission securityProvider, List<ConverterFactory> customConverters)
-
-
Method Details
-
createXStream
@NotNull public @NotNull com.thoughtworks.xstream.XStream createXStream()Description copied from interface:XStreamFactoryCreate default instance of XStream.- Specified by:
createXStreamin interfaceXStreamFactory- Returns:
- new XStream instance
-
createXStream
@NotNull public @NotNull com.thoughtworks.xstream.XStream createXStream(@Nullable @Nullable ClassLoader classLoader) Description copied from interface:XStreamFactoryCreateXStreambacked by given classLoader.- Specified by:
createXStreamin interfaceXStreamFactory- Parameters:
classLoader- class loader to use by the created XStream, ifnull, the default classloader will be used- Returns:
- new XStream instance
-
createCompactXStream
@NotNull public @NotNull com.thoughtworks.xstream.XStream createCompactXStream()Description copied from interface:XStreamFactoryCreateXStreambacked by given classLoader and driver.- Specified by:
createCompactXStreamin interfaceXStreamFactory- Returns:
- new XStream instance
- See Also:
-
HierarchicalStreamDriver
-