Interface TrustedApplicationsManager
- All Known Implementing Classes:
DefaultTrustedApplicationsManager
public interface TrustedApplicationsManager
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteTrustedApplication
(ConfluenceTrustedApplication trustedApplication) Return a list of all the trusted application aliases.com.atlassian.security.auth.trustedapps.CurrentApplication
getTrustedApplication
(long id) getTrustedApplicationByName
(String applicationName) void
saveTrustedApplication
(ConfluenceTrustedApplication trustedApplication)
-
Method Details
-
saveTrustedApplication
-
deleteTrustedApplication
-
getTrustedApplicationByAlias
-
getCurrentApplication
com.atlassian.security.auth.trustedapps.CurrentApplication getCurrentApplication() -
getAllTrustedApplications
Collection<ConfluenceTrustedApplication> getAllTrustedApplications()Return a list of all the trusted application aliases. -
getTrustedApplication
-
getTrustedApplicationByName
-