Package | Description |
---|---|
com.atlassian.jira.security.auth.trustedapps |
Modifier and Type | Method and Description |
---|---|
SimpleTrustedApplication |
TrustedApplicationBuilder.toSimple() |
Modifier and Type | Method and Description |
---|---|
boolean |
TrustedApplicationValidator.validate(JiraServiceContext context,
I18nHelper helper,
SimpleTrustedApplication application)
Validate the details of the trusted application .
|
boolean |
TrustedApplicationSemanticValidator.validate(JiraServiceContext context,
I18nHelper helper,
SimpleTrustedApplication application) |
boolean |
TrustedApplicationSyntacticValidator.validate(JiraServiceContext context,
I18nHelper helper,
SimpleTrustedApplication application)
Validate the details of the trusted application request.
|
boolean |
TrustedApplicationDelegateValidator.validate(JiraServiceContext context,
I18nHelper helper,
SimpleTrustedApplication application)
Runs the validate() method on all validators in order of registration, regardless of failure in earlier validators
|
boolean |
TrustedApplicationService.validate(JiraServiceContext jiraServiceContext,
SimpleTrustedApplication builder)
Validate that the information contained in the builder is valid and able to be saved.
|
boolean |
DefaultTrustedApplicationService.validate(JiraServiceContext jiraServiceContext,
SimpleTrustedApplication builder) |
Copyright © 2002-2015 Atlassian. All Rights Reserved.