public class ApplicationManagementServiceComponentHolder extends Object
Modifier and Type | Method and Description |
---|---|
static void |
addInboundAuthenticatorConfig(AbstractInboundAuthenticatorConfig inboundAuthenticator)
Add inbound authenticator configuration
|
static Map<String,AbstractInboundAuthenticatorConfig> |
getAllInboundAuthenticatorConfig()
Get inbound authenticator configurations
|
org.wso2.carbon.utils.ConfigurationContextService |
getConfigContextService() |
static AbstractInboundAuthenticatorConfig |
getInboundAuthenticatorConfig(String type)
Get inbound authenticator configuration
|
static ApplicationManagementServiceComponentHolder |
getInstance() |
org.wso2.carbon.user.core.service.RealmService |
getRealmService() |
org.wso2.carbon.registry.api.RegistryService |
getRegistryService() |
static void |
removeInboundAuthenticatorConfig(String type)
Remove inbound authenticator configuration
|
void |
setConfigContextService(org.wso2.carbon.utils.ConfigurationContextService configContextService) |
void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
void |
setRegistryService(org.wso2.carbon.registry.api.RegistryService registryService) |
public static ApplicationManagementServiceComponentHolder getInstance()
public static void addInboundAuthenticatorConfig(AbstractInboundAuthenticatorConfig inboundAuthenticator)
inboundAuthenticator
- public static AbstractInboundAuthenticatorConfig getInboundAuthenticatorConfig(String type)
type
- public static Map<String,AbstractInboundAuthenticatorConfig> getAllInboundAuthenticatorConfig()
public static void removeInboundAuthenticatorConfig(String type)
type
- public org.wso2.carbon.registry.api.RegistryService getRegistryService()
public void setRegistryService(org.wso2.carbon.registry.api.RegistryService registryService)
public org.wso2.carbon.user.core.service.RealmService getRealmService()
public void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
public org.wso2.carbon.utils.ConfigurationContextService getConfigContextService()
public void setConfigContextService(org.wso2.carbon.utils.ConfigurationContextService configContextService)
Copyright © 2016 WSO2. All rights reserved.