public class CustomAuthFuncHolder extends Object
| Modifier and Type | Method and Description |
|---|---|
static CustomAuthFuncHolder |
getInstance() |
org.wso2.carbon.identity.application.authentication.framework.JsFunctionRegistry |
getJsFunctionRegistry() |
org.wso2.carbon.user.core.service.RealmService |
getRealmService() |
org.wso2.carbon.registry.core.service.RegistryService |
getRegistryService() |
void |
setJsFunctionRegistry(org.wso2.carbon.identity.application.authentication.framework.JsFunctionRegistry jsFunctionRegistry) |
void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
public static CustomAuthFuncHolder getInstance()
public org.wso2.carbon.user.core.service.RealmService getRealmService()
public void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
public org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
public void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
public org.wso2.carbon.identity.application.authentication.framework.JsFunctionRegistry getJsFunctionRegistry()
public void setJsFunctionRegistry(org.wso2.carbon.identity.application.authentication.framework.JsFunctionRegistry jsFunctionRegistry)
Copyright © 2022 WSO2. All rights reserved.