@ProviderType public interface ScopeMapper
Represents a transformation between internal scope names to external aliases.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ScopeMapper
     
  • Method Summary

    Modifier and Type
    Method
    Description
    map(String scope)
    Renames an application provided scope to new scope names
  • Field Details

    • PASS_THROUGH_SCOPE_MAPPER

      static final ScopeMapper PASS_THROUGH_SCOPE_MAPPER
  • Method Details

    • map

      Set<String> map(String scope)
      Renames an application provided scope to new scope names
      Parameters:
      scope - application provided scope
      Returns:
      set of new names for the scope