public class PolicyEntryUtil extends Object
| Constructor and Description |
|---|
PolicyEntryUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
applyRetrospectively(AbstractRuntimeConfigurationBroker runtimeBroker,
PolicyEntry updatedEntry)
Utility to properly apply an updated policy entry to all existing destinations that
match this entry.
|
static void |
applyRetrospectively(AbstractRuntimeConfigurationBroker runtimeBroker,
PolicyEntry updatedEntry,
Set<String> includedProperties)
Utility to properly apply an updated policy entry to all existing destinations that
match this entry.
|
static PolicyEntry |
findEntryByDestination(AbstractRuntimeConfigurationBroker runtimeBroker,
PolicyEntry entry)
Find a matching PolicyEntry by looking up the Set of entries from the map and
then comparing the destination to find the exact match.
|
public PolicyEntryUtil()
public static PolicyEntry findEntryByDestination(AbstractRuntimeConfigurationBroker runtimeBroker, PolicyEntry entry)
runtimeBroker - entry - public static void applyRetrospectively(AbstractRuntimeConfigurationBroker runtimeBroker, PolicyEntry updatedEntry)
runtimeBroker - updatedEntry - public static void applyRetrospectively(AbstractRuntimeConfigurationBroker runtimeBroker, PolicyEntry updatedEntry, Set<String> includedProperties)
runtimeBroker - updatedEntry - includedProperties - Copyright © 2005–2018 The Apache Software Foundation. All rights reserved.