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

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

public class SeraphTrustedApplicationsManager
extends Object
implements com.atlassian.security.auth.trustedapps.TrustedApplicationsManager

Implements the TrustedApplicationsManager

Since:
v3.12

Constructor Summary
SeraphTrustedApplicationsManager(TrustedApplicationManager manager, CurrentApplicationFactory applicationFactory)
           
 
Method Summary
 com.atlassian.security.auth.trustedapps.CurrentApplication getCurrentApplication()
           
 com.atlassian.security.auth.trustedapps.TrustedApplication getTrustedApplication(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeraphTrustedApplicationsManager

public SeraphTrustedApplicationsManager(TrustedApplicationManager manager,
                                        CurrentApplicationFactory applicationFactory)
Method Detail

getTrustedApplication

public com.atlassian.security.auth.trustedapps.TrustedApplication getTrustedApplication(String id)
Specified by:
getTrustedApplication in interface com.atlassian.security.auth.trustedapps.TrustedApplicationsManager

getCurrentApplication

public com.atlassian.security.auth.trustedapps.CurrentApplication getCurrentApplication()
Specified by:
getCurrentApplication in interface com.atlassian.security.auth.trustedapps.TrustedApplicationsManager


Copyright © 2002-2009 Atlassian. All Rights Reserved.