@Internal @ParametersAreNonnullByDefault public interface SerializationSecurityManager
Modifier and Type | Method and Description |
---|---|
Set<String> |
getClassNameWhitelist()
Get set of class names that are whitelisted for purpose of serialization.
|
boolean |
isBlacklisted(Class<?> type,
SerializationSecurityMethod method)
returns true for classes that should not be serialised or deserialised.
|
Set<String> getClassNameWhitelist()
boolean isBlacklisted(@NotNull Class<?> type, @NotNull SerializationSecurityMethod method)
type
- method
- Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.