Class DefaultCurrentApplicationFactory
java.lang.Object
com.atlassian.jira.security.auth.trustedapps.DefaultCurrentApplicationFactory
- All Implemented Interfaces:
CurrentApplicationFactory
- Since:
- v5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.security.auth.trustedapps.CurrentApplication
Return the JIRA'sCurrentApplication
.
-
Constructor Details
-
DefaultCurrentApplicationFactory
-
-
Method Details
-
getCurrentApplication
public com.atlassian.security.auth.trustedapps.CurrentApplication getCurrentApplication()Description copied from interface:CurrentApplicationFactory
Return the JIRA'sCurrentApplication
.- Specified by:
getCurrentApplication
in interfaceCurrentApplicationFactory
- Returns:
- JIRA's CurrentApplication.
-