public interface Expansion
Modifier and Type | Method and Description |
---|---|
Map<String,Set<String>> |
expand(Map<String,Set<String>> map)
Expands the values for an entire map of security entries.
|
Set<String> |
expand(String key,
Set<String> values)
Expands the values for a given key and its values.
|
Map<String,List<String[]>> |
getExpansionMap()
Returns the list of configured expansions.
|
Map<String,Set<String>> expand(Map<String,Set<String>> map)
map
- The map corresponding to the set of security attributes and their values to be
expandedSet<String> expand(String key, Set<String> values)
key
- The key corresponding to the set of security values to be expandedThis work is licensed under a Creative Commons Attribution 4.0 International License.