Class AppsCommonServiceComponent
java.lang.Object
org.wso2.identity.apps.common.internal.AppsCommonServiceComponent
OSGi service component which configure the service providers for portals.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidactivate(org.osgi.framework.BundleContext bundleContext) protected voidsetAPIResourceManager(org.wso2.carbon.identity.api.resource.collection.mgt.APIResourceCollectionManager apiResourceCollectionManager) protected voidsetAPIResourceManager(org.wso2.carbon.identity.api.resource.mgt.APIResourceManager apiResourceManager) protected voidsetApplicationManagementService(org.wso2.carbon.identity.application.mgt.ApplicationManagementService applicationManagementService) protected voidsetAuthorizedAPIManagementService(org.wso2.carbon.identity.application.mgt.AuthorizedAPIManagementService authorizedAPIManagementService) protected voidsetIdentityCoreInitializedEventService(org.wso2.carbon.identity.core.util.IdentityCoreInitializedEvent identityCoreInitializedEvent) protected voidsetOAuthAdminService(org.wso2.carbon.identity.oauth.OAuthAdminServiceImpl oAuthAdminService) protected voidsetOrganizationManagementEnablingService(org.wso2.carbon.identity.organization.management.service.OrganizationManagementInitialize organizationManagementInitializeService) protected voidsetOrgApplicationManager(org.wso2.carbon.identity.organization.management.application.OrgApplicationManager organizationManager) protected voidsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService) protected voidsetRoleManagementServiceV2(org.wso2.carbon.identity.role.v2.mgt.core.RoleManagementService roleManagementService) protected voidunsetAPIResourceCollectionManager(org.wso2.carbon.identity.api.resource.collection.mgt.APIResourceCollectionManager apiResourceCollectionManager) protected voidunsetAPIResourceManager(org.wso2.carbon.identity.api.resource.mgt.APIResourceManager apiResourceManager) protected voidunsetApplicationManagementService(org.wso2.carbon.identity.application.mgt.ApplicationManagementService applicationManagementService) protected voidunsetAuthorizedAPIManagementService(org.wso2.carbon.identity.application.mgt.AuthorizedAPIManagementService authorizedAPIManagementService) Unsets AuthorizedAPIManagementService Service.protected voidunsetIdentityCoreInitializedEventService(org.wso2.carbon.identity.core.util.IdentityCoreInitializedEvent identityCoreInitializedEvent) protected voidunsetOAuthAdminService(org.wso2.carbon.identity.oauth.OAuthAdminServiceImpl oAuthAdminService) protected voidunsetOrganizationManagementEnablingService(org.wso2.carbon.identity.organization.management.service.OrganizationManagementInitialize organizationManagementInitializeInstance) protected voidunsetOrgApplicationManager(org.wso2.carbon.identity.organization.management.application.OrgApplicationManager organizationManager) protected voidunsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService) protected voidunsetRoleManagementServiceV2(org.wso2.carbon.identity.role.v2.mgt.core.RoleManagementService roleManagementService)
-
Constructor Details
-
AppsCommonServiceComponent
public AppsCommonServiceComponent()
-
-
Method Details
-
activate
protected void activate(org.osgi.framework.BundleContext bundleContext) -
setApplicationManagementService
protected void setApplicationManagementService(org.wso2.carbon.identity.application.mgt.ApplicationManagementService applicationManagementService) -
unsetApplicationManagementService
protected void unsetApplicationManagementService(org.wso2.carbon.identity.application.mgt.ApplicationManagementService applicationManagementService) -
setOAuthAdminService
protected void setOAuthAdminService(org.wso2.carbon.identity.oauth.OAuthAdminServiceImpl oAuthAdminService) -
unsetOAuthAdminService
protected void unsetOAuthAdminService(org.wso2.carbon.identity.oauth.OAuthAdminServiceImpl oAuthAdminService) -
setIdentityCoreInitializedEventService
protected void setIdentityCoreInitializedEventService(org.wso2.carbon.identity.core.util.IdentityCoreInitializedEvent identityCoreInitializedEvent) -
unsetIdentityCoreInitializedEventService
protected void unsetIdentityCoreInitializedEventService(org.wso2.carbon.identity.core.util.IdentityCoreInitializedEvent identityCoreInitializedEvent) -
setOrganizationManagementEnablingService
protected void setOrganizationManagementEnablingService(org.wso2.carbon.identity.organization.management.service.OrganizationManagementInitialize organizationManagementInitializeService) -
unsetOrganizationManagementEnablingService
protected void unsetOrganizationManagementEnablingService(org.wso2.carbon.identity.organization.management.service.OrganizationManagementInitialize organizationManagementInitializeInstance) -
setOrgApplicationManager
protected void setOrgApplicationManager(org.wso2.carbon.identity.organization.management.application.OrgApplicationManager organizationManager) -
unsetOrgApplicationManager
protected void unsetOrgApplicationManager(org.wso2.carbon.identity.organization.management.application.OrgApplicationManager organizationManager) -
setRealmService
protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) -
unsetRealmService
protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService) -
setRoleManagementServiceV2
protected void setRoleManagementServiceV2(org.wso2.carbon.identity.role.v2.mgt.core.RoleManagementService roleManagementService) -
unsetRoleManagementServiceV2
protected void unsetRoleManagementServiceV2(org.wso2.carbon.identity.role.v2.mgt.core.RoleManagementService roleManagementService) -
setAPIResourceManager
protected void setAPIResourceManager(org.wso2.carbon.identity.api.resource.mgt.APIResourceManager apiResourceManager) -
unsetAPIResourceManager
protected void unsetAPIResourceManager(org.wso2.carbon.identity.api.resource.mgt.APIResourceManager apiResourceManager) -
setAPIResourceManager
protected void setAPIResourceManager(org.wso2.carbon.identity.api.resource.collection.mgt.APIResourceCollectionManager apiResourceCollectionManager) -
unsetAPIResourceCollectionManager
protected void unsetAPIResourceCollectionManager(org.wso2.carbon.identity.api.resource.collection.mgt.APIResourceCollectionManager apiResourceCollectionManager) -
setAuthorizedAPIManagementService
protected void setAuthorizedAPIManagementService(org.wso2.carbon.identity.application.mgt.AuthorizedAPIManagementService authorizedAPIManagementService) -
unsetAuthorizedAPIManagementService
protected void unsetAuthorizedAPIManagementService(org.wso2.carbon.identity.application.mgt.AuthorizedAPIManagementService authorizedAPIManagementService) Unsets AuthorizedAPIManagementService Service.- Parameters:
authorizedAPIManagementService- An instance of AuthorizedAPIManagementService
-