public class ProviderAllowlist extends Object
Constructor and Description |
---|
ProviderAllowlist() |
Modifier and Type | Method and Description |
---|---|
void |
clearAllowlist(ConfigurationProvider configurationProvider)
Deprecated.
since 6.6.0, use
clearAllowlist(Object) |
void |
clearAllowlist(Object key) |
Set<Class<?>> |
getProviderAllowlist() |
void |
registerAllowlist(ConfigurationProvider configurationProvider,
Set<Class<?>> allowlist)
Deprecated.
since 6.6.0, use
registerAllowlist(Object, Set) |
void |
registerAllowlist(Object key,
Set<Class<?>> allowlist) |
@Deprecated public void registerAllowlist(ConfigurationProvider configurationProvider, Set<Class<?>> allowlist)
registerAllowlist(Object, Set)
public void clearAllowlist(Object key)
@Deprecated public void clearAllowlist(ConfigurationProvider configurationProvider)
clearAllowlist(Object)
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.