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()
           
 long getTimeout()
           
 String getUrlMatch()
           
 

Method Detail

getId

long getId()

getApplicationId

String getApplicationId()

getTimeout

long getTimeout()

getPublicKey

String getPublicKey()

getName

String getName()

getIpMatch

String getIpMatch()

getUrlMatch

String getUrlMatch()


Copyright © 2002-2014 Atlassian. All Rights Reserved.