public class ProviderAllowlist extends Object
ConfigurationProvider
s to register classes that should be allowed to be used in OGNL expressions.Constructor and Description |
---|
ProviderAllowlist() |
Modifier and Type | Method and Description |
---|---|
void |
clearAllowlist(ConfigurationProvider configurationProvider) |
Set<Class<?>> |
getProviderAllowlist() |
void |
registerAllowlist(ConfigurationProvider configurationProvider,
Set<Class<?>> allowlist) |
public void registerAllowlist(ConfigurationProvider configurationProvider, Set<Class<?>> allowlist)
public void clearAllowlist(ConfigurationProvider configurationProvider)
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.