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() |
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) |
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 © 2020 WSO2. All rights reserved.