public class EntitlementServiceComponent extends Object
Constructor and Description |
---|
EntitlementServiceComponent() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(org.osgi.service.component.ComponentContext ctxt) |
protected void |
deactivate(org.osgi.service.component.ComponentContext ctxt) |
static EntitlementConfigHolder |
getEntitlementConfig() |
static org.wso2.carbon.registry.core.Registry |
getGovernanceRegistry(int tenantId) |
static org.wso2.carbon.identity.notification.mgt.NotificationSender |
getNotificationSender() |
static org.wso2.carbon.user.core.service.RealmService |
getRealmservice() |
static org.wso2.carbon.registry.core.service.RegistryService |
getRegistryService()
Return registry service
|
protected void |
setIdentityCoreInitializedEventService(org.wso2.carbon.identity.core.util.IdentityCoreInitializedEvent identityCoreInitializedEvent) |
protected void |
setNotificationSender(org.wso2.carbon.identity.notification.mgt.NotificationSender notificationSender) |
static void |
setRealmservice(org.wso2.carbon.user.core.service.RealmService realmservice) |
protected void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
sets realm service
|
protected void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
sets registry service
|
protected void |
setThriftAuthenticationService(org.wso2.carbon.identity.thrift.authentication.ThriftAuthenticatorService authenticationService)
set Thrift authentication service
|
protected void |
unsetIdentityCoreInitializedEventService(org.wso2.carbon.identity.core.util.IdentityCoreInitializedEvent identityCoreInitializedEvent) |
protected void |
unsetNotificationSender(org.wso2.carbon.identity.notification.mgt.NotificationSender notificationSender) |
protected void |
unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
un-sets realm service
|
protected void |
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
un-sets registry service
|
protected void |
unsetThriftAuthenticationService(org.wso2.carbon.identity.thrift.authentication.ThriftAuthenticatorService authenticationService)
un-set Thrift authentication service
|
public static EntitlementConfigHolder getEntitlementConfig()
public static org.wso2.carbon.user.core.service.RealmService getRealmservice()
public static void setRealmservice(org.wso2.carbon.user.core.service.RealmService realmservice)
realmservice
- public static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
registryService
- RegistryService
public static org.wso2.carbon.registry.core.Registry getGovernanceRegistry(int tenantId)
public static org.wso2.carbon.identity.notification.mgt.NotificationSender getNotificationSender()
httpService
- protected void setNotificationSender(org.wso2.carbon.identity.notification.mgt.NotificationSender notificationSender)
protected void activate(org.osgi.service.component.ComponentContext ctxt)
ctxt
- protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
ctxt
- protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
registryService
- RegistryService
protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
realmService
- RealmService
protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
realmService
- RealmService
protected void setThriftAuthenticationService(org.wso2.carbon.identity.thrift.authentication.ThriftAuthenticatorService authenticationService)
authenticationService
- ThriftAuthenticatorService
protected void unsetThriftAuthenticationService(org.wso2.carbon.identity.thrift.authentication.ThriftAuthenticatorService authenticationService)
authenticationService
- ThriftAuthenticatorService
protected void unsetNotificationSender(org.wso2.carbon.identity.notification.mgt.NotificationSender notificationSender)
protected void unsetIdentityCoreInitializedEventService(org.wso2.carbon.identity.core.util.IdentityCoreInitializedEvent identityCoreInitializedEvent)
protected void setIdentityCoreInitializedEventService(org.wso2.carbon.identity.core.util.IdentityCoreInitializedEvent identityCoreInitializedEvent)
Copyright © 2016 WSO2. All rights reserved.