Package ddf.security.expansion
Interface Expansion
public interface Expansion
-
Method Summary
Modifier and TypeMethodDescriptionExpands the values for a given key and its values.Expands the values for an entire map of security entries.Returns the list of configured expansions.
-
Method Details
-
expand
Expands the values for an entire map of security entries.- Parameters:
map- The map corresponding to the set of security attributes and their values to be expanded- Returns:
- The updated map with expanded set of values for each key
-
expand
Expands the values for a given key and its values.- Parameters:
key- The key corresponding to the set of security values to be expanded- Returns:
- The updated set of expanded values for the given key
-
getExpansionMap
Returns the list of configured expansions.- Returns:
- map of the security attributes and their expansion settings
-