com.atlassian.security.auth.trustedapps
Class ListApplicationRetriever

java.lang.Object
  extended bycom.atlassian.security.auth.trustedapps.ListApplicationRetriever
All Implemented Interfaces:
ApplicationRetriever

public class ListApplicationRetriever
extends java.lang.Object
implements ApplicationRetriever


Nested Class Summary
 
Nested classes inherited from class com.atlassian.security.auth.trustedapps.ApplicationRetriever
ApplicationRetriever.ApplicationNotFoundException, ApplicationRetriever.InvalidApplicationDetailsException, ApplicationRetriever.RemoteSystemNotFoundException, ApplicationRetriever.RetrievalException
 
Method Summary
 Application getApplication()
          Reads an Application from the data supplied by the Reader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getApplication

public Application getApplication()
                           throws ApplicationRetriever.RetrievalException
Description copied from interface: ApplicationRetriever
Reads an Application from the data supplied by the Reader.

Specified by:
getApplication in interface ApplicationRetriever
Throws:
ApplicationRetriever.RetrievalException


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.