public class AppsCommonDataHolder extends Object
| Modifier and Type | Method and Description |
|---|---|
org.wso2.carbon.identity.application.mgt.ApplicationManagementService |
getApplicationManagementService() |
static AppsCommonDataHolder |
getInstance() |
org.wso2.carbon.identity.oauth.OAuthAdminServiceImpl |
getOAuthAdminService() |
org.wso2.carbon.registry.core.service.RegistryService |
getRegistryService() |
Set<String> |
getSystemAppConsumerKeys() |
Set<String> |
getSystemApplications() |
void |
setApplicationManagementService(org.wso2.carbon.identity.application.mgt.ApplicationManagementService applicationManagementService) |
void |
setOAuthAdminService(org.wso2.carbon.identity.oauth.OAuthAdminServiceImpl oAuthAdminService) |
void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
void |
setSystemAppConsumerKeys(Set<String> systemAppConsumerKeys) |
void |
setSystemApplications(Set<String> systemApplications) |
public static AppsCommonDataHolder getInstance()
public org.wso2.carbon.identity.application.mgt.ApplicationManagementService getApplicationManagementService()
public void setApplicationManagementService(org.wso2.carbon.identity.application.mgt.ApplicationManagementService applicationManagementService)
public org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
public void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
public org.wso2.carbon.identity.oauth.OAuthAdminServiceImpl getOAuthAdminService()
public void setOAuthAdminService(org.wso2.carbon.identity.oauth.OAuthAdminServiceImpl oAuthAdminService)
Copyright © 2021 WSO2. All rights reserved.