Class BetterSsoConfigAdditionalSupportInformationService
java.lang.Object
com.atlassian.crowd.service.support.BetterSsoConfigAdditionalSupportInformationService
- All Implemented Interfaces:
AdditionalSupportInformationService
public class BetterSsoConfigAdditionalSupportInformationService
extends Object
implements AdditionalSupportInformationService
Dumps both global SSO and per app SSO configs.
-
Constructor Summary
ConstructorsConstructorDescriptionBetterSsoConfigAdditionalSupportInformationService(CrowdSamlConfigurationService crowdSamlConfigurationService, KeyCertificatePairUtils keyCertificatePairUtils, ApplicationSamlConfigurationService applicationSamlConfigurationService, DcLicenseChecker dcLicenseChecker) -
Method Summary
Modifier and TypeMethodDescriptionvoidextendSupportInformation(SupportInformationBuilder supportInformationBuilder) Adds additional support information to the provided buildervoidextendSupportInformation(SupportInformationBuilder supportInformationBuilder, Application application, int applicationIndex) Adds additional support information related to the specified application to the provided builder
-
Constructor Details
-
BetterSsoConfigAdditionalSupportInformationService
public BetterSsoConfigAdditionalSupportInformationService(CrowdSamlConfigurationService crowdSamlConfigurationService, KeyCertificatePairUtils keyCertificatePairUtils, ApplicationSamlConfigurationService applicationSamlConfigurationService, DcLicenseChecker dcLicenseChecker)
-
-
Method Details
-
extendSupportInformation
Description copied from interface:AdditionalSupportInformationServiceAdds additional support information to the provided builder- Specified by:
extendSupportInformationin interfaceAdditionalSupportInformationService- Parameters:
supportInformationBuilder- the builder that will be filled with additional information
-
extendSupportInformation
public void extendSupportInformation(SupportInformationBuilder supportInformationBuilder, Application application, int applicationIndex) Description copied from interface:AdditionalSupportInformationServiceAdds additional support information related to the specified application to the provided builder- Specified by:
extendSupportInformationin interfaceAdditionalSupportInformationService- Parameters:
supportInformationBuilder- the builder that will be filled with additional informationapplication- the application to which the additional information relates toapplicationIndex- the index of the application, used to build prefixes for item names
-