Class AppsCommonServiceComponent


  • public class AppsCommonServiceComponent
    extends Object
    OSGi service component which configure the service providers for portals.
    • Constructor Detail

      • AppsCommonServiceComponent

        public AppsCommonServiceComponent()
    • Method Detail

      • 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