public interface PanopticonRestClient
Modifier and Type | Method and Description |
---|---|
List<com.atlassian.plugins.license.entity.DirectoryInformationEntity> |
fetchDirectoryInfo(com.atlassian.plugins.license.entity.SynchronizableVersionInfoEntity versionEntity) |
List<com.atlassian.plugins.license.entity.LicenseTierInfoEntity> |
fetchLicenseTierInfo() |
Iterator<com.atlassian.plugins.license.entity.LicensedUserInfoEntity> |
fetchUsers(com.atlassian.plugins.license.entity.SynchronizableVersionInfoEntity versionEntity) |
com.atlassian.plugins.license.entity.SynchronizableVersionInfoEntity |
fetchVersionInfo() |
boolean |
isPanopticonResponding() |
List<com.atlassian.plugins.license.entity.LicenseTierInfoEntity> fetchLicenseTierInfo() throws com.atlassian.applinks.api.CredentialsRequiredException, IOException, com.atlassian.sal.api.net.ResponseException
com.atlassian.applinks.api.CredentialsRequiredException
IOException
com.atlassian.sal.api.net.ResponseException
List<com.atlassian.plugins.license.entity.DirectoryInformationEntity> fetchDirectoryInfo(com.atlassian.plugins.license.entity.SynchronizableVersionInfoEntity versionEntity) throws com.atlassian.sal.api.net.ResponseException, com.atlassian.applinks.api.CredentialsRequiredException
com.atlassian.sal.api.net.ResponseException
com.atlassian.applinks.api.CredentialsRequiredException
com.atlassian.plugins.license.entity.SynchronizableVersionInfoEntity fetchVersionInfo() throws com.atlassian.applinks.api.CredentialsRequiredException, IOException, com.atlassian.sal.api.net.ResponseException
com.atlassian.applinks.api.CredentialsRequiredException
IOException
com.atlassian.sal.api.net.ResponseException
Iterator<com.atlassian.plugins.license.entity.LicensedUserInfoEntity> fetchUsers(com.atlassian.plugins.license.entity.SynchronizableVersionInfoEntity versionEntity)
boolean isPanopticonResponding() throws com.atlassian.applinks.api.CredentialsRequiredException
com.atlassian.applinks.api.CredentialsRequiredException
Copyright © 2021 Atlassian. All rights reserved.