Class ProxyAdditionalSupportInformationService
java.lang.Object
com.atlassian.crowd.service.support.ProxyAdditionalSupportInformationService
- All Implemented Interfaces:
AdditionalSupportInformationService
public class ProxyAdditionalSupportInformationService
extends Object
implements AdditionalSupportInformationService
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProxyAdditionalSupportInformationService(TrustedProxyManager trustedProxyManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidextendSupportInformation(SupportInformationBuilder supportInformationBuilder) Adds additional support information to the provided builderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.crowd.service.support.AdditionalSupportInformationService
extendSupportInformation
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
ProxyAdditionalSupportInformationService
-
-
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
-