public class CustomAuthFuncComponent extends Object
| Constructor and Description |
|---|
CustomAuthFuncComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.service.component.ComponentContext ctxt) |
protected void |
deactivate(org.osgi.service.component.ComponentContext ctxt) |
void |
setJsFunctionRegistry(org.wso2.carbon.identity.application.authentication.framework.JsFunctionRegistry jsFunctionRegistry) |
protected void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
void |
unsetJsFunctionRegistry(org.wso2.carbon.identity.application.authentication.framework.JsFunctionRegistry jsFunctionRegistry) |
protected void |
unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
protected void activate(org.osgi.service.component.ComponentContext ctxt)
protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
public void setJsFunctionRegistry(org.wso2.carbon.identity.application.authentication.framework.JsFunctionRegistry jsFunctionRegistry)
public void unsetJsFunctionRegistry(org.wso2.carbon.identity.application.authentication.framework.JsFunctionRegistry jsFunctionRegistry)
Copyright © 2022 WSO2. All rights reserved.