Interface SupportInformationService

All Known Implementing Classes:
SupportInformationServiceImpl

public interface SupportInformationService
Provides information for support about the configured directories. It is used in the Embedded Crowd UI and by the Support Tools Plugin.
Since:
2.6.2
  • Method Details

    • getSupportInformation

      String getSupportInformation(User currentUser)
      Returns a human-readable string containing basic user, directory and application data valuable in support requests.
      Parameters:
      currentUser - currently logged-in user
      Returns:
      string formatted as "property=value\n"
    • getSupportInformationMap

      Map<String,String> getSupportInformationMap(User currentUser)
      Returns the same data as getSupportInformation(User) in map format.
      Parameters:
      currentUser - currently logged-in user
      Returns:
      flat map containing support information, with keys formatted as "category.subcategory(...).attribute"
      Since:
      2.11