Class InternalApplicationHelperImpl
java.lang.Object
com.atlassian.crowd.manager.application.InternalApplicationHelperImpl
- All Implemented Interfaces:
InternalApplicationHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the Application representing the Crowd console application.
-
Constructor Details
-
InternalApplicationHelperImpl
-
-
Method Details
-
findCrowdConsoleApplication
Description copied from interface:InternalApplicationHelper
Retrieve the Application representing the Crowd console application. We expect there to be exactly 1 of these.- Specified by:
findCrowdConsoleApplication
in interfaceInternalApplicationHelper
- Returns:
- the Crowd application
- Throws:
RuntimeException
- if there is not exactly 1 Crowd application
-