com.atlassian.jira.security.auth.trustedapps
Interface CurrentApplicationFactory

All Known Implementing Classes:
DefaultCurrentApplicationFactory

public interface CurrentApplicationFactory

Responsible for getting the Current Application.

Since:
v3.12

Method Summary
 com.atlassian.security.auth.trustedapps.CurrentApplication getCurrentApplication()
          Return the JIRA's CurrentApplication.
 

Method Detail

getCurrentApplication

com.atlassian.security.auth.trustedapps.CurrentApplication getCurrentApplication()
Return the JIRA's CurrentApplication.

Returns:
JIRA's CurrentApplication.


Copyright © 2002-2013 Atlassian. All Rights Reserved.