public interface TrustedApplicationValidator
Modifier and Type | Method and Description |
---|---|
boolean |
validate(JiraServiceContext context,
I18nHelper helper,
SimpleTrustedApplication application)
Validate the details of the trusted application .
|
boolean validate(JiraServiceContext context, I18nHelper helper, SimpleTrustedApplication application)
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-2015 Atlassian. All Rights Reserved.