public class Fastjson2SecurityManager extends Object implements org.apache.dubbo.common.utils.AllowClassNotifyListener
| Modifier and Type | Class and Description |
|---|---|
static class |
Fastjson2SecurityManager.Handler |
| Constructor and Description |
|---|
Fastjson2SecurityManager(org.apache.dubbo.rpc.model.FrameworkModel frameworkModel) |
| Modifier and Type | Method and Description |
|---|---|
Fastjson2SecurityManager.Handler |
getSecurityFilter() |
void |
notifyCheckSerializable(boolean checkSerializable) |
void |
notifyCheckStatus(org.apache.dubbo.common.utils.SerializeCheckStatus status) |
void |
notifyPrefix(Set<String> allowedList,
Set<String> disAllowedList) |
public Fastjson2SecurityManager(org.apache.dubbo.rpc.model.FrameworkModel frameworkModel)
public void notifyPrefix(Set<String> allowedList, Set<String> disAllowedList)
notifyPrefix in interface org.apache.dubbo.common.utils.AllowClassNotifyListenerpublic void notifyCheckStatus(org.apache.dubbo.common.utils.SerializeCheckStatus status)
notifyCheckStatus in interface org.apache.dubbo.common.utils.AllowClassNotifyListenerpublic void notifyCheckSerializable(boolean checkSerializable)
notifyCheckSerializable in interface org.apache.dubbo.common.utils.AllowClassNotifyListenerpublic Fastjson2SecurityManager.Handler getSecurityFilter()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.