@Internal
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(@NotNull Class<?> type,
@NotNull SerializationSecurityMethod method)
returns true for classes that should not be serialised or deserialised.
|
Set<String> getClassNameWhitelist()
boolean isBlacklisted(@NotNull
@NotNull Class<?> type,
@NotNull
@NotNull SerializationSecurityMethod method)
type - method - Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.