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

Packages that use SimpleTrustedApplication
com.atlassian.jira.security.auth.trustedapps   
 

Uses of SimpleTrustedApplication in com.atlassian.jira.security.auth.trustedapps
 

Methods in com.atlassian.jira.security.auth.trustedapps that return SimpleTrustedApplication
 SimpleTrustedApplication TrustedApplicationBuilder.toSimple()
           
 

Methods in com.atlassian.jira.security.auth.trustedapps with parameters of type SimpleTrustedApplication
 boolean TrustedApplicationSyntacticValidator.validate(JiraServiceContext context, I18nHelper helper, SimpleTrustedApplication application)
          Validate the details of the trusted application request.
 boolean TrustedApplicationDelegateValidator.validate(JiraServiceContext context, I18nHelper helper, SimpleTrustedApplication application)
          Runs the validate() method on all validators in order of registration, regardless of failure in earlier validators
 boolean TrustedApplicationValidator.validate(JiraServiceContext context, I18nHelper helper, SimpleTrustedApplication application)
          Validate the details of the trusted application .
 boolean TrustedApplicationSemanticValidator.validate(JiraServiceContext context, I18nHelper helper, SimpleTrustedApplication application)
           
 boolean TrustedApplicationService.validate(JiraServiceContext jiraServiceContext, SimpleTrustedApplication builder)
          Validate that the information contained in the builder is valid and able to be saved.
 boolean DefaultTrustedApplicationService.validate(JiraServiceContext jiraServiceContext, SimpleTrustedApplication builder)
           
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.