Interface TrustedApplicationValidator
- All Known Implementing Classes:
DefaultTrustedApplicationValidator
,TrustedApplicationDelegateValidator
,TrustedApplicationSemanticValidator
,TrustedApplicationSyntacticValidator
public interface TrustedApplicationValidator
Reponsible for doing validations of SimpleTrustedApplication data.
- Since:
- v3.12
-
Method Summary
Modifier and TypeMethodDescriptionboolean
validate
(JiraServiceContext context, I18nHelper helper, SimpleTrustedApplication application) Validate the details of the trusted application .
-
Method Details
-
validate
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 nullhelper
- so we can i18n the messagesapplication
- the SimpleTrustedApplication containing the trusted application details.- Returns:
- true if passed, false otherwise
-