Class ProxyAdditionalSupportInformationService
java.lang.Object
com.atlassian.crowd.service.support.ProxyAdditionalSupportInformationService
- All Implemented Interfaces:
AdditionalSupportInformationService
public class ProxyAdditionalSupportInformationService
extends Object
implements AdditionalSupportInformationService
-
Field Summary
-
Constructor Summary
ConstructorDescriptionProxyAdditionalSupportInformationService
(TrustedProxyManager trustedProxyManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
extendSupportInformation
(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, wait
Methods 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:AdditionalSupportInformationService
Adds additional support information to the provided builder- Specified by:
extendSupportInformation
in interfaceAdditionalSupportInformationService
- Parameters:
supportInformationBuilder
- the builder that will be filled with additional information
-