Skip to main content
AskMe (beta)
Loading icon

HS.HealthConnect.OAuth2.Server.Upgrade.V1

class HS.HealthConnect.OAuth2.Server.Upgrade.V1 extends HS.HealthConnect.OAuth2.Server.Upgrade.Base

Method Inventory

Methods

classmethod InstallOnce-HSSYS-1(pStartingVersion, pInstalledVersion As %Integer, pIsUpgrade As %Boolean)
Create the /csp/oauth2-server/api web app to support OAuth2.Server APIs. InstallOnce method only runs on fresh installs, hence we also need to define an Upgrade method to ensure upgrades also get the new webapp and security resource.
classmethod Upgrade-HSSYS-1(pStartingVersion As %Integer, pInstalledVersion As %Integer, pIsUpgrade As %Boolean)
Update IRIS OAuth server customization settings where appropriate. Do not overwrite existing customizations.
classmethod Upgrade-HSSYS-2(pStartingVersion As %Integer, pInstalledVersion As %Integer, pIsUpgrade As %Boolean)
Create the /csp/oauth2-server/api web app to support OAuth2.Server APIs InstallOnce method only runs on fresh installs, hence we also need to define an Upgrade method to ensure upgrades also get the new webapp and security resource.
FeedbackOpens in a new tab