public class TrustedApplicationDelegateValidator extends Object implements TrustedApplicationValidator
Modifier and Type | Method and Description |
---|---|
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
|
public boolean validate(JiraServiceContext context, I18nHelper helper, SimpleTrustedApplication application)
validate
in interface TrustedApplicationValidator
context
- the service context that contains the error collection and the user details, must not be nullhelper
- so we can i18n the messagesapplication
- the SimpleTrustedApplication containing the trusted application details.Copyright © 2002-2024 Atlassian. All Rights Reserved.