public interface

TrustedApplicationValidator

com.atlassian.jira.security.auth.trustedapps.TrustedApplicationValidator
Known Indirect Subclasses

Class Overview

Reponsible for doing validations of SimpleTrustedApplication data.

Summary

Public Methods
boolean validate(JiraServiceContext context, I18nHelper helper, SimpleTrustedApplication application)
Validate the details of the trusted application .

Public Methods

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

Validate the details of the trusted application .

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