com.atlassian.security.auth.trustedapps
Interface Application

All Known Subinterfaces:
CurrentApplication, TrustedApplication
All Known Implementing Classes:
DefaultCurrentApplication, DefaultTrustedApplication, SimpleApplication

public interface Application

Represents a base of an application that can participate in a trusted relationship.


Method Summary
 java.lang.String getID()
           
 java.security.PublicKey getPublicKey()
          Public key of this application.
 

Method Detail

getPublicKey

public java.security.PublicKey getPublicKey()
Public key of this application. Public key will be sent to the remote server when requesting it to trust this application.


getID

public java.lang.String getID()
Returns:
Unique ID representing this application


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.