com.atlassian.jira.security.auth.trustedapps
Class DefaultCurrentApplicationFactory

java.lang.Object
  extended by com.atlassian.jira.security.auth.trustedapps.DefaultCurrentApplicationFactory
All Implemented Interfaces:
CurrentApplicationFactory

public class DefaultCurrentApplicationFactory
extends Object
implements CurrentApplicationFactory

Since:
v5.0

Constructor Summary
DefaultCurrentApplicationFactory(CurrentApplicationStore store)
           
 
Method Summary
 com.atlassian.security.auth.trustedapps.CurrentApplication getCurrentApplication()
          Return the JIRA's CurrentApplication.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCurrentApplicationFactory

public DefaultCurrentApplicationFactory(CurrentApplicationStore store)
Method Detail

getCurrentApplication

public com.atlassian.security.auth.trustedapps.CurrentApplication getCurrentApplication()
Description copied from interface: CurrentApplicationFactory
Return the JIRA's CurrentApplication.

Specified by:
getCurrentApplication in interface CurrentApplicationFactory
Returns:
JIRA's CurrentApplication.


Copyright © 2002-2012 Atlassian. All Rights Reserved.