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


public interface SimpleTrustedApplication

The basic SimpleTrustedApplication information. For more useful SimpleTrustedApplication data see TrustedApplicationInfo

Since:
v3.12

Method Summary
 String getApplicationId()
           
 long getId()
           
 String getIpMatch()
           
 String getName()
           
 String getPublicKey()
           
 int getTimeout()
           
 String getUrlMatch()
           
 

Method Detail

getId

long getId()

getApplicationId

String getApplicationId()

getTimeout

int getTimeout()

getPublicKey

String getPublicKey()

getName

String getName()

getIpMatch

String getIpMatch()

getUrlMatch

String getUrlMatch()


Copyright © 2002-2007 Atlassian. All Rights Reserved.