public class ServiceHolder extends Object
| Constructor and Description |
|---|
ServiceHolder() |
| Modifier and Type | Method and Description |
|---|---|
static org.wso2.carbon.analytics.dataservice.core.AnalyticsDataService |
getAnalyticsDataService() |
static org.wso2.carbon.identity.authentication.AuthenticationService |
getAuthenticationService() |
static AnalyticsAPIAuthenticator |
getAuthenticator() |
static com.hazelcast.core.HazelcastInstance |
getHazelcastInstance() |
static org.osgi.service.http.HttpService |
getHttpService() |
static org.wso2.carbon.user.core.service.RealmService |
getRealmService() |
static org.wso2.carbon.analytics.dataservice.core.SecureAnalyticsDataService |
getSecureAnalyticsDataService() |
static void |
setAnalyticsDataService(org.wso2.carbon.analytics.dataservice.core.AnalyticsDataService analyticsDataService) |
static void |
setAuthenticationService(org.wso2.carbon.identity.authentication.AuthenticationService authenticationService) |
static void |
setAuthenticator(AnalyticsAPIAuthenticator authenticator) |
static void |
setHazelcastInstance(com.hazelcast.core.HazelcastInstance hazelcastInstance) |
static void |
setHttpService(org.osgi.service.http.HttpService httpService) |
static void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
static void |
setSecureAnalyticsDataService(org.wso2.carbon.analytics.dataservice.core.SecureAnalyticsDataService secureAnalyticsDataService) |
public static org.wso2.carbon.identity.authentication.AuthenticationService getAuthenticationService()
public static void setAuthenticationService(org.wso2.carbon.identity.authentication.AuthenticationService authenticationService)
public static org.wso2.carbon.analytics.dataservice.core.AnalyticsDataService getAnalyticsDataService()
public static void setAnalyticsDataService(org.wso2.carbon.analytics.dataservice.core.AnalyticsDataService analyticsDataService)
public static AnalyticsAPIAuthenticator getAuthenticator()
public static void setAuthenticator(AnalyticsAPIAuthenticator authenticator)
public static org.osgi.service.http.HttpService getHttpService()
public static org.wso2.carbon.user.core.service.RealmService getRealmService()
public static void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
public static com.hazelcast.core.HazelcastInstance getHazelcastInstance()
public static void setHazelcastInstance(com.hazelcast.core.HazelcastInstance hazelcastInstance)
public static void setHttpService(org.osgi.service.http.HttpService httpService)
public static org.wso2.carbon.analytics.dataservice.core.SecureAnalyticsDataService getSecureAnalyticsDataService()
public static void setSecureAnalyticsDataService(org.wso2.carbon.analytics.dataservice.core.SecureAnalyticsDataService secureAnalyticsDataService)
Copyright © 2016 WSO2. All rights reserved.