Interface TrustedApplicationsManager
- All Known Implementing Classes:
DefaultTrustedApplicationsManager
public interface TrustedApplicationsManager
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteTrustedApplication(ConfluenceTrustedApplication trustedApplication) Return a list of all the trusted application aliases.com.atlassian.security.auth.trustedapps.CurrentApplicationgetTrustedApplication(long id) getTrustedApplicationByName(String applicationName) voidsaveTrustedApplication(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
-