public class

TrustedApplicationDelegateValidator

extends Object
implements TrustedApplicationValidator
java.lang.Object
   ↳ com.atlassian.jira.security.auth.trustedapps.TrustedApplicationDelegateValidator
Known Direct Subclasses

Class Overview

Combines the semantic and syntactic validators.

Summary

Public Methods
boolean validate(JiraServiceContext context, I18nHelper helper, SimpleTrustedApplication application)
Runs the validate() method on all validators in order of registration, regardless of failure in earlier validators
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.security.auth.trustedapps.TrustedApplicationValidator

Public Methods

public boolean validate (JiraServiceContext context, I18nHelper helper, SimpleTrustedApplication application)

Runs the validate() method on all validators in order of registration, regardless of failure in earlier validators

Parameters
context the service context that contains the error collection and the user details, must not be null
helper so we can i18n the messages
application the SimpleTrustedApplication containing the trusted application details.
Returns
  • true if passed, false otherwise