com.atlassian.crowd.support
Class SupportInformationServiceImpl

java.lang.Object
  extended by com.atlassian.crowd.support.SupportInformationServiceImpl
All Implemented Interfaces:
SupportInformationService

public class SupportInformationServiceImpl
extends Object
implements SupportInformationService

Produces a String containing information about some aspects of the Crowd configuration. This class requires a DirectoryManager, and optionally, an ApplicationManager. The latter has been made optional because not all products have multiple applications.

Since:
2.6.2

Constructor Summary
SupportInformationServiceImpl(DirectoryManager directoryManager)
           
 
Method Summary
 String getSupportInformation(User currentUser)
           
 void setApplicationManager(ApplicationManager applicationManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupportInformationServiceImpl

public SupportInformationServiceImpl(DirectoryManager directoryManager)
Method Detail

getSupportInformation

public String getSupportInformation(@Nullable
                                    User currentUser)
Specified by:
getSupportInformation in interface SupportInformationService

setApplicationManager

public void setApplicationManager(ApplicationManager applicationManager)


Copyright © 2013 Atlassian. All Rights Reserved.