public class TrustedApplicationSemanticValidator extends Object implements TrustedApplicationValidator
| Constructor and Description |
|---|
TrustedApplicationSemanticValidator(TrustedApplicationManager manager) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
validate(JiraServiceContext context,
I18nHelper helper,
SimpleTrustedApplication application)
Validate the details of the trusted application .
|
public TrustedApplicationSemanticValidator(TrustedApplicationManager manager)
public boolean validate(JiraServiceContext context, I18nHelper helper, SimpleTrustedApplication application)
TrustedApplicationValidatorvalidate in interface TrustedApplicationValidatorcontext - 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-2021 Atlassian. All Rights Reserved.