Package com.atlassian.crowd.support
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 Summary
Modifier and TypeMethodDescriptiongetSupportInformation(User currentUser) Returns a human-readable string containing basic user, directory and application data valuable in support requests.getSupportInformationMap(User currentUser) Returns the same data asgetSupportInformation(User)in map format.
-
Method Details
-
getSupportInformation
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
Returns the same data asgetSupportInformation(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
-