Interface Expansion


public interface Expansion
  • Method Details

    • expand

      Map<String,Set<String>> expand(Map<String,Set<String>> map)
      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

      Set<String> expand(String key, Set<String> values)
      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

      Map<String,List<String[]>> getExpansionMap()
      Returns the list of configured expansions.
      Returns:
      map of the security attributes and their expansion settings